puter/common/fish.nix

6 lines
87 B
Nix
Raw Normal View History

2024-12-01 03:05:16 +00:00
{pkgs, ...}: {
programs.fish.enable = true;
users.defaultUserShell = pkgs.fish;
}