From 15b88171f775f136cbd70d34d62da05775dbb6d2 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 17 Apr 2024 21:19:09 -0400 Subject: [PATCH] 397 current 2024-04-17 21:19:08 24.05.20240417.203fac8 6.8.6-zen1 nvidiaProduction nvidiaStable --- modules/rice/sway/default.nix | 1 + 1 file changed, 1 insertion(+) 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";}];