mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-06-29 04:39:10 +00:00
Add fonts, neovim
and wezterm
config
This commit is contained in:
parent
b32b21bfe5
commit
ed5521fafc
2 changed files with 70 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue