diff options
Diffstat (limited to 'hosts/X230/configuration.nix')
-rw-r--r-- | hosts/X230/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/X230/configuration.nix b/hosts/X230/configuration.nix index 635d8b0..af0ef25 100644 --- a/hosts/X230/configuration.nix +++ b/hosts/X230/configuration.nix @@ -5,7 +5,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 = { |