From 253720498964bfeeac72467c31aa7393dff64efd Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Wed, 26 Nov 2025 14:53:43 +0100 Subject: Switch to correct sddm theme --- modules/desktop/common.nix | 11 +++++++++-- modules/sddm_bg.png | Bin 0 -> 854824 bytes 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 modules/sddm_bg.png (limited to 'modules') 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"; }; }; diff --git a/modules/sddm_bg.png b/modules/sddm_bg.png new file mode 100644 index 0000000..22c1525 Binary files /dev/null and b/modules/sddm_bg.png differ -- cgit v1.3.1