summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/caroline/default.nix2
-rw-r--r--hosts/profiles.nix7
2 files changed, 7 insertions, 2 deletions
diff --git a/hosts/caroline/default.nix b/hosts/caroline/default.nix
index 7af0b5f..43dc82f 100644
--- a/hosts/caroline/default.nix
+++ b/hosts/caroline/default.nix
@@ -4,7 +4,7 @@ _: {
gpg.enable = true;
};
- homebrew.casks = ["arc" "prismlauncher"];
+ homebrew.casks = ["arc"];
networking = rec {
computerName = "caroline";
diff --git a/hosts/profiles.nix b/hosts/profiles.nix
index deee5ff..c93dfc4 100644
--- a/hosts/profiles.nix
+++ b/hosts/profiles.nix
@@ -71,13 +71,18 @@ in {
home-manager.darwinModules.home-manager
../users/seth
- ../users/seth/darwin.nix
self.darwinModules.default
{
base.enable = true;
desktop.enable = true;
system.stateVersion = 4;
+
+ home-manager.users.seth = {
+ imports = [
+ ../users/seth/darwin.nix
+ ];
+ };
}
];
};