created defaults, created common fonts, modified root flake nix

This commit is contained in:
2024-12-18 13:07:02 -05:00
parent ea8607eb41
commit 1e3ffdf0a3
8 changed files with 52 additions and 31 deletions

View File

@ -48,16 +48,6 @@
patchelf
];
# Install system-wide fonts
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
liberation_ttf
monaspace
nerdfonts
];
# Set the EDITOR global environment variable to neovim
environment.variables.EDITOR = "nvim";