Make fish the default shell
This commit is contained in:
parent
e4513b6c53
commit
f9ebdbfdfa
2 changed files with 6 additions and 1 deletions
|
@ -28,6 +28,9 @@
|
|||
# Enable home-manager
|
||||
home-manager.enable = true;
|
||||
|
||||
# Enable fish shell
|
||||
fish.enable = true;
|
||||
|
||||
# enable git and configure users
|
||||
git = {
|
||||
enable = true;
|
||||
|
|
|
@ -97,6 +97,7 @@
|
|||
# thunderbird
|
||||
];
|
||||
initialPassword = "changeme";
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
|
@ -113,9 +114,10 @@
|
|||
nerdfonts
|
||||
jetbrains-mono
|
||||
kitty
|
||||
fish
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
# programs.mtr.enable = true;
|
||||
|
|
Loading…
Reference in a new issue