debloat
This commit is contained in:
parent
d975f43b3e
commit
cd78d9d00f
13 changed files with 18 additions and 145 deletions
5
common/fish.nix
Normal file
5
common/fish.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
programs.fish.enable = true;
|
||||
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue