diff --git a/modules/rice/sway/default.nix b/modules/rice/sway/default.nix index e40db5e..12dcad4 100644 --- a/modules/rice/sway/default.nix +++ b/modules/rice/sway/default.nix @@ -6,6 +6,7 @@ wayland.windowManager.sway = { enable = true; # package = pkgs.swayfx; + catppuccin.enable = true; config = rec { terminal = "kitty"; startup = [{command = "firefox";}];