Add fonts, neovim and wezterm config

This commit is contained in:
Bart van der Braak 2024-10-17 02:45:40 +02:00
parent b32b21bfe5
commit ed5521fafc
2 changed files with 70 additions and 1 deletions

View file

@ -60,7 +60,7 @@
thunderbird
fastfetch
wezterm
nvim
neovim
];
};
@ -77,5 +77,9 @@
];
environment.variables.EDITOR = "vim";
fonts.packages = with pkgs; [
jetbrains-mono
];
system.stateVersion = "24.05";
}