1
0
Fork 0
puter/common/fish.nix

7 lines
89 B
Nix
Raw Normal View History

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