diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-26 14:53:43 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-26 14:53:43 +0100 |
| commit | 253720498964bfeeac72467c31aa7393dff64efd (patch) | |
| tree | 02599945e2c5209378fe13b7cb30d9c1ea7791bb /modules/desktop | |
| parent | 2e1175e4284efabd6f4e049b0f3807f2ecdf404a (diff) | |
Switch to correct sddm theme
Diffstat (limited to 'modules/desktop')
| -rw-r--r-- | modules/desktop/common.nix | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/modules/desktop/common.nix b/modules/desktop/common.nix index 4712b3c..d5bb8fd 100644 --- a/modules/desktop/common.nix +++ b/modules/desktop/common.nix @@ -30,7 +30,14 @@ kitty # qalculate networkmanagerapplet - catppuccin-sddm + (catppuccin-sddm.override { + flavor = "mocha"; + accent = "pink"; + font = "Noto Sans"; + fontSize = "11"; + background = "${../sddm_bg.png}"; + loginBackground = true; + }) # disabled because it imports a unsafe package # surf # A basic browser in case we don't want to import a larger browser ]; @@ -51,7 +58,7 @@ displayManager.sddm = { enable = true; - theme = "catppuccin-mocha"; + theme = "catppuccin-mocha-pink"; }; }; |
