diff options
| author | Fuwn <[email protected]> | 2025-01-03 21:20:43 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-03 21:20:43 -0800 |
| commit | d561a5f5f892ad989b558229e722f25d1c518e65 (patch) | |
| tree | 6c9ff641cd4944bd718af89712bd48fce4b8a4a2 /modules/mac/programs/default.nix | |
| parent | nara: add admin to trusted nix users (diff) | |
| download | nixos-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.nix | 6 |
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; } |