Actually enable fish shell

This commit is contained in:
Malte Tammena 2021-07-08 11:44:14 +02:00
parent 5ae05cc660
commit 93c3b32cd5

View file

@ -114,6 +114,8 @@ in {
};
};
programs.fish.enable = true;
# Use some fonts
fonts.fonts = with pkgs; [ noto-fonts noto-fonts-cjk noto-fonts-emoji ];