This commit is contained in:
2025-12-05 21:04:06 +01:00
parent 2aec319e9f
commit 64f8f359eb
2 changed files with 9 additions and 2 deletions

View File

@@ -41,6 +41,11 @@
};
fonts = {
sizes = {
applications = 14;
terminal = 24;
desktop = 12;
};
serif = {
package = pkgs.dejavu_fonts;
name = "DejaVu Serif";
@@ -50,8 +55,9 @@
name = "DejaVu Sans";
};
monospace = {
package = pkgs.notonoto;
name = "NOTONOTO-Bold";
package = pkgs.notonoto-35;
#name = "NOTONOTO-35-Bold";
name = "NOTONOTO-35";
};
emoji = {
package = pkgs.noto-fonts-monochrome-emoji;

View File

@@ -25,6 +25,7 @@
enable = true;
autoNumlock = true;
enableHidpi = true;
wayland.enable = true;
theme = "catppuccin-mocha-teal";
package = pkgs.kdePackages.sddm;
};