1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 04:03:08 +00:00
This commit is contained in:
Rae 5e 2024-12-09 17:15:24 -05:00
parent 49d6cc7d71
commit 2a552d6ce9
2 changed files with 62 additions and 1 deletions

View file

@ -69,6 +69,17 @@
printing.enable = true;
};
fonts = {
enableDefaultPackages = true;
packages = with pkgs; [
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
fira-code
gohufont
];
};
users.users.rae = {
isNormalUser = true;
extraGroups = [ "wheel" ];
@ -89,7 +100,6 @@
xclip
yt-dlp
# text editors
helix
neovim
vscodium
# misc