diff --git a/modules/desktop/gnome.nix b/modules/desktop/gnome.nix index 32c32de..0ff8ec2 100644 --- a/modules/desktop/gnome.nix +++ b/modules/desktop/gnome.nix @@ -158,7 +158,7 @@ in { fonts.packages = with pkgs; [ noto-fonts - (nerdfonts.override { fonts = [ "BigBlueTerminal" "ComicShannsMono" "UbuntuMono" ]; }) + (nerdfonts.override { fonts = [ "BigBlueTerminal" "ComicShannsMono" "Terminus" "UbuntuMono" ]; }) ]; user.packages = with pkgs; [ diff --git a/modules/editors/neovim/default.nix b/modules/editors/neovim/default.nix index 3525d87..50d7ac9 100644 --- a/modules/editors/neovim/default.nix +++ b/modules/editors/neovim/default.nix @@ -28,6 +28,7 @@ in { splitright = true; undofile = true; updatetime = 100; + list = true; }; globals = {