diff options
Diffstat (limited to 'hosts/hp-envy-office/configuration.nix')
| -rw-r--r-- | hosts/hp-envy-office/configuration.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/hosts/hp-envy-office/configuration.nix b/hosts/hp-envy-office/configuration.nix index c55c07b..5e3a463 100644 --- a/hosts/hp-envy-office/configuration.nix +++ b/hosts/hp-envy-office/configuration.nix @@ -7,12 +7,13 @@ # Enable common options _archetypes = { - # Use desktop profile - profiles.desktop = { - enable = true; - home.users.timmy.enable = true; + profiles = { + desktop = { + enable = true; + home.users.timmy.enable = true; + }; + btrfs.enable = true; }; - # Install software collections = { desktop = { extraUtilities.enable = true; |
