summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-11-26 14:53:43 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-11-26 14:53:43 +0100
commit253720498964bfeeac72467c31aa7393dff64efd (patch)
tree02599945e2c5209378fe13b7cb30d9c1ea7791bb
parent2e1175e4284efabd6f4e049b0f3807f2ecdf404a (diff)
Switch to correct sddm theme
-rw-r--r--modules/desktop/common.nix11
-rw-r--r--modules/sddm_bg.pngbin0 -> 854824 bytes
2 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";
};
};
diff --git a/modules/sddm_bg.png b/modules/sddm_bg.png
new file mode 100644
index 0000000..22c1525
--- /dev/null
+++ b/modules/sddm_bg.png
Binary files differ