fish
This commit is contained in:
parent
12c038249c
commit
7fb3e81be7
5 changed files with 33 additions and 5 deletions
8
system/core/fish.nix
Normal file
8
system/core/fish.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
generateCompletions = true;
|
||||
};
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue