1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-04-21 17:49:50 +02:00
parent d975f43b3e
commit cd78d9d00f
13 changed files with 18 additions and 145 deletions

5
common/fish.nix Normal file
View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
programs.fish.enable = true;
users.defaultUserShell = pkgs.fish;
}