diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-26 14:16:10 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-26 14:16:10 +0100 |
| commit | 2e1175e4284efabd6f4e049b0f3807f2ecdf404a (patch) | |
| tree | a8ed17fda524be1ca96ab91fcefd06ce3cb8929c /modules/desktop/common.nix | |
| parent | b16931025b17c676013fc2e4a9e61943a1f250e0 (diff) | |
Set sddm theme to catpuccinw
Diffstat (limited to '')
| -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 |
