mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
3de1aafbeb
commit
43720d4b72
1 changed files with 15 additions and 15 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue