summaryrefslogtreecommitdiff
path: root/modules/desktop/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/desktop/common.nix')
-rw-r--r--modules/desktop/common.nix11
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";
};
};