From 2e1175e4284efabd6f4e049b0f3807f2ecdf404a Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Wed, 26 Nov 2025 14:16:10 +0100 Subject: Set sddm theme to catpuccinw --- modules/desktop/common.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/desktop/common.nix b/modules/desktop/common.nix index 5c77fc8..4712b3c 100644 --- a/modules/desktop/common.nix +++ b/modules/desktop/common.nix @@ -30,6 +30,7 @@ kitty # qalculate networkmanagerapplet + catppuccin-sddm # disabled because it imports a unsafe package # surf # A basic browser in case we don't want to import a larger browser ]; @@ -50,12 +51,10 @@ displayManager.sddm = { enable = true; - #theme = "catppuccin-mocha"; + theme = "catppuccin-mocha"; }; - }; - fonts.packages = with pkgs; [ noto-fonts font-awesome -- cgit v1.3.1