nix/hosts/shared.nix
2025-11-27 12:19:47 -06:00

15 lines
192 B
Nix

{
# user,
# pkgs,
...
}:
{
# users.users.${user} = {
# shell = pkgs.fish;
# };
#
programs.bash.enable = true;
programs.zsh.enable = true;
programs.fish.enable = true;
}