diff options
author | sefidel <contact@sefidel.net> | 2023-07-25 18:58:27 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-07-25 18:58:27 +0900 |
commit | ec647eecd447bfbbd8f7b6f2fe5bb65ebf9abf16 (patch) | |
tree | e36c9348852f95d95040ed61f7ee7a2b4501ef89 /home/default.nix | |
parent | 6ccd70ae9afee4f9c98135502abca8f9d0f2b58d (diff) | |
download | nixrc-ec647eecd447bfbbd8f7b6f2fe5bb65ebf9abf16.tar.gz nixrc-ec647eecd447bfbbd8f7b6f2fe5bb65ebf9abf16.zip |
feat(home): split gui from base
Diffstat (limited to 'home/default.nix')
-rw-r--r-- | home/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/home/default.nix b/home/default.nix index 2968e75..33c3861 100644 --- a/home/default.nix +++ b/home/default.nix @@ -10,6 +10,7 @@ extraModules = [ ./profiles/populate.nix ./profiles/base + ./profiles/gui ./profiles/browsing ./profiles/development ./profiles/communication @@ -31,6 +32,7 @@ extraModules = [ ./profiles/populate.nix ./profiles/base + ./profiles/gui ./profiles/browsing ./profiles/development ./profiles/communication @@ -48,7 +50,7 @@ extraModules = [ ./profiles/populate.nix - ./profiles/base-darwin + ./profiles/base ./profiles/browsing ./profiles/development ./profiles/communication |