summaryrefslogtreecommitdiff
path: root/modules/mac/programs/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-12-31 20:18:06 -0800
committerFuwn <[email protected]>2024-12-31 20:18:06 -0800
commit43bc891a00bed45afdc51083f1a68021e2bc4c95 (patch)
tree0cf65ced4f46241aa1e0abb43e0965de95bb65c8 /modules/mac/programs/default.nix
parentnara: add bun (diff)
downloadnixos-config-43bc891a00bed45afdc51083f1a68021e2bc4c95.tar.xz
nixos-config-43bc891a00bed45afdc51083f1a68021e2bc4c95.zip
nara: overhaul
Diffstat (limited to 'modules/mac/programs/default.nix')
-rw-r--r--modules/mac/programs/default.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/mac/programs/default.nix b/modules/mac/programs/default.nix
new file mode 100644
index 0000000..8226aef
--- /dev/null
+++ b/modules/mac/programs/default.nix
@@ -0,0 +1,13 @@
+{
+ imports = [
+ ./homebrew
+ ./gnupg.nix
+ ./system-packages.nix
+ ./vim.nix
+ ];
+
+ programs = {
+ nix-index.enable = true;
+ fish.enable = true;
+ };
+}