diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-10-13 08:27:48 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-10-13 08:27:48 -0700 |
| commit | 73f1c81dd5a05c732690c01934d3a790eb07039f (patch) | |
| tree | 8c270e0fb2e5d866720deff26f51b65a4f86c1bb /modules/nixos | |
| parent | nixos-hardware does not have an input nixpkgs (diff) | |
| download | infra-73f1c81dd5a05c732690c01934d3a790eb07039f.tar.gz | |
enable fish in the user module
Diffstat (limited to 'modules/nixos')
| -rw-r--r-- | modules/nixos/user.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/nixos/user.nix b/modules/nixos/user.nix index d500650..8a9dafb 100644 --- a/modules/nixos/user.nix +++ b/modules/nixos/user.nix @@ -19,4 +19,6 @@ ]; }; }; + + programs.fish.enable = true; } |
