nix-config/modules/unix/shell.nix
2025-12-06 16:56:26 +01:00

6 lines
89 B
Nix

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