summaryrefslogtreecommitdiff
path: root/modules/mac/programs/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-01-03 21:20:43 -0800
committerFuwn <[email protected]>2025-01-03 21:20:43 -0800
commitd561a5f5f892ad989b558229e722f25d1c518e65 (patch)
tree6c9ff641cd4944bd718af89712bd48fce4b8a4a2 /modules/mac/programs/default.nix
parentnara: add admin to trusted nix users (diff)
downloadnixos-config-d561a5f5f892ad989b558229e722f25d1c518e65.tar.xz
nixos-config-d561a5f5f892ad989b558229e722f25d1c518e65.zip
nara: configure fish
Diffstat (limited to 'modules/mac/programs/default.nix')
-rw-r--r--modules/mac/programs/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/mac/programs/default.nix b/modules/mac/programs/default.nix
index a1c7eed..eee7817 100644
--- a/modules/mac/programs/default.nix
+++ b/modules/mac/programs/default.nix
@@ -1,12 +1,10 @@
{
imports = [
./homebrew
+ ./fish.nix
./gnupg.nix
./vim.nix
];
- programs = {
- nix-index.enable = true;
- fish.enable = true;
- };
+ programs.nix-index.enable = true;
}