Make fish the default shell

This commit is contained in:
Frankie B 2023-04-25 22:43:52 +01:00
commit f9ebdbfdfa
2 changed files with 6 additions and 1 deletions

View file

@ -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;