diff options
| author | seth <[email protected]> | 2023-07-23 22:25:00 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-24 03:56:43 +0000 |
| commit | 8195fe6b9bbe0592648749df21662a736986ff88 (patch) | |
| tree | 9aac57f342fe0ade6c11ed4e24b5a367dc2a12c9 /hosts/caroline/default.nix | |
| parent | 733a06afd51d1a75f83eef49a0d6d4b2bc082d67 (diff) | |
hosts/caroline: use homebrew
Diffstat (limited to 'hosts/caroline/default.nix')
| -rw-r--r-- | hosts/caroline/default.nix | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/hosts/caroline/default.nix b/hosts/caroline/default.nix index 343c1cb..94a5dc2 100644 --- a/hosts/caroline/default.nix +++ b/hosts/caroline/default.nix @@ -1,13 +1,5 @@ {pkgs, ...}: { - imports = [ - ../../users/seth - ]; - home-manager.users.seth = { - imports = [ - ../../users/seth/programs/firefox.nix - ]; - home.packages = with pkgs; [ discord-canary iterm2 @@ -15,6 +7,8 @@ ]; }; + getchoo.desktop.homebrew.enable = true; + networking = rec { computerName = "caroline"; hostName = computerName; |
