1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-07 09:52:50 +00:00
This commit is contained in:
Rae 5e 2024-12-11 08:57:40 -05:00 committed by GitHub
parent 3de1aafbeb
commit 43720d4b72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,16 +69,16 @@
printing.enable = true; printing.enable = true;
}; };
fonts = { fonts = {
enableDefaultPackages = true; enableDefaultPackages = true;
packages = with pkgs; [ packages = with pkgs; [
noto-fonts noto-fonts
noto-fonts-cjk-sans noto-fonts-cjk-sans
noto-fonts-emoji noto-fonts-emoji
fira-code fira-code
gohufont gohufont
]; ];
}; };
users.users.rae = { users.users.rae = {
isNormalUser = true; isNormalUser = true;
@ -94,22 +94,22 @@
ffmpeg ffmpeg
git git
gparted gparted
hsetroot hsetroot
hyfetch hyfetch
imagemagick imagemagick
kitty kitty
nitrogen nitrogen
xclip xclip
yt-dlp yt-dlp
zellij zellij
# text editors # text editors
neovim neovim
vscodium vscodium
# misc # misc
polybar polybar
rofi rofi
uxn uxn
xcompmgr xcompmgr
]; ];
# Open ports in the firewall. # Open ports in the firewall.