diff options
Diffstat (limited to 'hosts/libreX60/configuration.nix')
| -rw-r--r-- | hosts/libreX60/configuration.nix | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/hosts/libreX60/configuration.nix b/hosts/libreX60/configuration.nix index 2ebb333..74b7012 100644 --- a/hosts/libreX60/configuration.nix +++ b/hosts/libreX60/configuration.nix @@ -18,10 +18,12 @@ # 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; }; }; |
