diff --git a/home/homemodules/neovim/vim_opts.nix b/home/homemodules/neovim/vim_opts.nix index 8437e1b0..e7318c6d 100644 --- a/home/homemodules/neovim/vim_opts.nix +++ b/home/homemodules/neovim/vim_opts.nix @@ -1,4 +1,4 @@ -{config}: { +{config, ...}: { showmode = false; # Status line already shows this backspace = ["indent" "eol" "start"]; termguicolors = true; # Required by multiple plugins diff --git a/system/darwinix/default.nix b/system/darwinix/default.nix index 58ba0991..d4930a6f 100644 --- a/system/darwinix/default.nix +++ b/system/darwinix/default.nix @@ -52,6 +52,11 @@ wget ]; + fonts.packages = with pkgs; [ + nerd-fonts.jetbrains-mono + monolisa + ]; + programs = { fish.enable = true; };