1
0
Fork 0
puter/common/fish.nix

6 lines
87 B
Nix
Raw Normal View History

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