sway module for fisher

This commit is contained in:
Luj 2024-03-30 12:09:15 +01:00
parent 52b2f8f00d
commit 5a9b461e9f

View file

@ -2,7 +2,7 @@
let
cfg = config.luj.programs.sway;
modifier = cfg.modifier;
terminal = "alacritty";
terminal = "kitty";
in
with lib;
{
@ -28,6 +28,12 @@ with lib;
DP-6 = {
bg = builtins.toString cfg.background + " fill";
};
DP-7 = {
bg = builtins.toString cfg.background + " fill";
pos = "0 0";
};
};
modifier = cfg.modifier;
input = {