diff options
| -rw-r--r-- | modules/desktop/common.nix | 5 |
1 files 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 |
