puter/common/fish.nix
2024-04-21 17:49:50 +02:00

6 lines
87 B
Nix

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