diff --git a/modules/rice/sway/default.nix b/modules/rice/sway/default.nix index 04a609e..de9aa8e 100644 --- a/modules/rice/sway/default.nix +++ b/modules/rice/sway/default.nix @@ -1,6 +1,11 @@ -{...}: { +{ + inputs, + pkgs, + ... +}: { wayland.windowManager.sway = { enable = true; + package = pkgs.swayfx; config = rec { terminal = "kitty"; startup = [{command = "firefox";}];