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 /users/seth | |
| parent | 54f63fc2ddb0967d4ec020ce3389edec8ce3e161 (diff) | |
hosts+users: use new lib to generate configs
Diffstat (limited to 'users/seth')
| -rw-r--r-- | users/seth/darwin.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/seth/darwin.nix b/users/seth/darwin.nix new file mode 100644 index 0000000..02be223 --- /dev/null +++ b/users/seth/darwin.nix @@ -0,0 +1,9 @@ +{pkgs, ...}: { + imports = [./home.nix]; + + home.packages = with pkgs; [ + discord + iterm2 + spotify + ]; +} |
