fish
This commit is contained in:
parent
12c038249c
commit
7fb3e81be7
5 changed files with 33 additions and 5 deletions
|
|
@ -15,7 +15,7 @@
|
|||
./syncthing.nix
|
||||
./power.nix
|
||||
./users.nix
|
||||
./zsh.nix
|
||||
./fish.nix
|
||||
|
||||
./virtualization.nix
|
||||
];
|
||||
|
|
|
|||
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;
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
programs.zsh.enable = true;
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue