309 current 2024-04-03 13:50:17 24.05.20240402.43f9562 6.8.2-zen2 *

This commit is contained in:
zackartz 2024-04-03 13:50:26 -04:00
parent 5f9f257e88
commit 8e60707413
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -1,6 +1,11 @@
{...}: { {
inputs,
pkgs,
...
}: {
wayland.windowManager.sway = { wayland.windowManager.sway = {
enable = true; enable = true;
package = pkgs.swayfx;
config = rec { config = rec {
terminal = "kitty"; terminal = "kitty";
startup = [{command = "firefox";}]; startup = [{command = "firefox";}];