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;
|
||||
|
|
|
|||
Reference in a new issue