diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-10-09 19:11:52 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-10-09 19:11:52 -0700 |
| commit | f9205e1e963aa2ff9e31f93e80c536aa59f0842e (patch) | |
| tree | 3339280e10b9bebfeac2a092a839f4855b34f9dd /modules/common/fish.nix | |
| parent | fix DNS configuration (diff) | |
| download | infra-f9205e1e963aa2ff9e31f93e80c536aa59f0842e.tar.gz | |
move common modules under modules/
Simplify the import on the various hosts.
Diffstat (limited to 'modules/common/fish.nix')
| -rw-r--r-- | modules/common/fish.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/common/fish.nix b/modules/common/fish.nix new file mode 100644 index 0000000..21fdf98 --- /dev/null +++ b/modules/common/fish.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + programs.fish.enable = true; +} |
