1
0
Fork 0
puter/common/fish.nix
2025-05-11 22:49:04 +02:00

6 lines
89 B
Nix

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