diff options
| author | seth <[email protected]> | 2023-08-16 10:46:16 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-17 13:55:47 -0400 |
| commit | 2820dc79325f7ecc20193b8235ba00d541eeab8d (patch) | |
| tree | 241aa0b95c90a56febae4b8457d832bd53bba2c8 /hosts/caroline | |
| parent | 54f63fc2ddb0967d4ec020ce3389edec8ce3e161 (diff) | |
hosts+users: use new lib to generate configs
Diffstat (limited to 'hosts/caroline')
| -rw-r--r-- | hosts/caroline/default.nix | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/hosts/caroline/default.nix b/hosts/caroline/default.nix index 2112968..98c9f4f 100644 --- a/hosts/caroline/default.nix +++ b/hosts/caroline/default.nix @@ -1,12 +1,4 @@ -{pkgs, ...}: { - home-manager.users.seth = { - home.packages = with pkgs; [ - discord - iterm2 - spotify - ]; - }; - +_: { getchoo.desktop = { homebrew.enable = true; gpg.enable = true; |
