commit 61d7933854ec6220db803e7733c4d49a6b0b75ca parent 83948998ba2352cffe9a5bcf97566a43c8a09843 Author: Toni Brown <me@tb148.net> Date: Sun, 7 Dec 2025 17:35:06 +0800 Remove custom SDDM theme and enable catppuccin SDDM module Diffstat:
| M | configuration.nix | | | 15 | --------------- |
1 file changed, 0 insertions(+), 15 deletions(-)
diff --git a/configuration.nix b/configuration.nix @@ -75,20 +75,6 @@ helix sarasa-gothic wget - (where-is-my-sddm-theme.override { - themeConfig.General = { - passwordCharacter = "X"; - passwordInputWidth = 2; - passwordInputBackground = "#1e1e2e"; - passwordInputCursorVisible = false; - passwordTextColor = "#cdd6f4"; - backgroundFill = "#1e1e2e"; - basicTextColor = "#cdd6f4"; - hideCursor = true; - font = "等距更纱黑体 SC"; - helpFont = "等距更纱黑体 SC"; - }; - }) ]; services = { @@ -155,7 +141,6 @@ catppuccin.enable = true; catppuccin.flavor = "mocha"; catppuccin.accent = "mauve"; - catppuccin.sddm.enable = false; xdg.icons.fallbackCursorThemes = ["catppuccin-mocha-mauve-cursors"]; services.searx = {