start of fonts, start of screenshots

This commit is contained in:
huhg 2025-09-07 20:28:12 -04:00
parent 87784a955c
commit baaec12535
3 changed files with 37 additions and 6 deletions

View file

@ -16,17 +16,15 @@
home.username = "nat";
home.homeDirectory = "/home/nat";
home.packages = with pkgs; [
julia-mono
audacity
beluga
bitwarden
brightnessctl
clifm
darktable
gimp
godot
grim
hledger
inkscape
libreoffice
@ -35,11 +33,32 @@
picard
prismlauncher
signal-desktop
slurp
texliveFull
vlc
xournalpp
] ++ [
julia-mono
noto-fonts
redhat-official-fonts
overpass
rubik
roboto
openmoji-black
openmoji-color
];
fonts.fontconfig = {
enable = true;
defaultFonts = {
sansSerif = [ "Rubik" "Noto Sans" "DejaVu Sans" ];
serif = [ "Noto Serif" "DejaVu Serif" ];
monospace = [ "Noto Mono" ];
emoji = [ "OpenMoji" ];
};
};
services.blueman-applet.enable = true;
services.copyq.enable = true;
services.playerctld.enable = true;