summaryrefslogtreecommitdiff
path: root/hosts/profiles.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-23 22:25:00 -0400
committerseth <[email protected]>2023-07-24 03:56:43 +0000
commit8195fe6b9bbe0592648749df21662a736986ff88 (patch)
tree9aac57f342fe0ade6c11ed4e24b5a367dc2a12c9 /hosts/profiles.nix
parent733a06afd51d1a75f83eef49a0d6d4b2bc082d67 (diff)
hosts/caroline: use homebrew
Diffstat (limited to 'hosts/profiles.nix')
-rw-r--r--hosts/profiles.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/hosts/profiles.nix b/hosts/profiles.nix
index 195da1a..5fa495a 100644
--- a/hosts/profiles.nix
+++ b/hosts/profiles.nix
@@ -71,9 +71,15 @@ in {
modules = with inputs; [
common
home-manager.darwinModules.home-manager
+
+ ../users/seth
self.darwinModules.getchoo
+
{
- getchoo.base.enable = true;
+ getchoo = {
+ base.enable = true;
+ desktop.enable = true;
+ };
system.stateVersion = 4;
}
];