puter/common/fish.nix
2024-12-01 05:33:14 +01:00

6 lines
87 B
Nix

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