This commit is contained in:
Dennis Schoepf 2026-03-03 23:32:35 +00:00
parent 38deff2315
commit b76ff43f4e
4 changed files with 139 additions and 2 deletions

View file

@ -13,16 +13,32 @@
environment.systemPackages = with pkgs; [
bibata-cursors
nerd-fonts.victor-mono
gimp
darktable
];
fonts.packages = with pkgs; [
nerd-fonts.victor-mono
];
fonts.fontconfig = {
enable = true;
antialias = true;
defaultFonts.monospace = [ "VictorMono Nerd Font" ];
hinting = {
enable = true;
style = "slight";
};
defaultFonts.monospace = [ "VictorMono Nerd Font Mono" ];
};
gtk = {
enable = true;
cursorTheme = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 24;
};
};
};
# TODO: Persist ~/.config/cosmic after setup