diff --git a/home/stylix.nix b/home/stylix.nix index 1f0a3ab..6c03d68 100644 --- a/home/stylix.nix +++ b/home/stylix.nix @@ -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; diff --git a/modules/displaymanager.nix b/modules/displaymanager.nix index b7ec0ff..6c177fc 100644 --- a/modules/displaymanager.nix +++ b/modules/displaymanager.nix @@ -25,6 +25,7 @@ enable = true; autoNumlock = true; enableHidpi = true; + wayland.enable = true; theme = "catppuccin-mocha-teal"; package = pkgs.kdePackages.sddm; };