diff options
Diffstat (limited to 'hosts/hp-envy-office/configuration.nix')
-rw-r--r-- | hosts/hp-envy-office/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/hp-envy-office/configuration.nix b/hosts/hp-envy-office/configuration.nix index 0af085c..02ca48d 100644 --- a/hosts/hp-envy-office/configuration.nix +++ b/hosts/hp-envy-office/configuration.nix @@ -6,7 +6,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 = { |