diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/desktop/common.nix | 11 | ||||
| -rw-r--r-- | modules/sddm_bg.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..22c1525 --- /dev/null +++ b/modules/sddm_bg.png |
