From 8e6070741385b62996e88f58b87c101ca28a4fac Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 3 Apr 2024 13:50:26 -0400 Subject: [PATCH] 309 current 2024-04-03 13:50:17 24.05.20240402.43f9562 6.8.2-zen2 * --- modules/rice/sway/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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";}];