summaryrefslogtreecommitdiff
path: root/hosts/T495/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/T495/configuration.nix')
-rw-r--r--hosts/T495/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/T495/configuration.nix b/hosts/T495/configuration.nix
index b636991..40c3489 100644
--- a/hosts/T495/configuration.nix
+++ b/hosts/T495/configuration.nix
@@ -7,7 +7,10 @@
# Enable common options
_archetypes = {
# Use desktop profile
- profiles.desktop.enable = true;
+ profiles.desktop = {
+ enable = true;
+ home.users.timmy.enable = true;
+ };
# Install software
collections = {
desktop = {