puter/class/desktop/fish.nix
2024-02-04 21:51:11 +01:00

5 lines
86 B
Nix

{pkgs, ...}: {
programs.fish.enable = true;
users.defaultUserShell = pkgs.fish;
}