statix fixes

This commit is contained in:
Luj 2024-03-30 20:21:59 +01:00
parent 0ebde53e83
commit 021928e760
Signed by: luj
GPG key ID: 6FC74C847011FD83
19 changed files with 38 additions and 38 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
let
cfg = config.luj.programs.sway;
modifier = cfg.modifier;
inherit (cfg) modifier;
terminal = "kitty";
in
with lib;
@ -22,7 +22,7 @@ with lib;
enable = true;
package = pkgs.swayfx;
config = {
terminal = terminal;
inherit terminal;
output =
{
DP-6 = {
@ -35,7 +35,7 @@ with lib;
};
};
modifier = cfg.modifier;
inherit (cfg) modifier;
input = {
"*" = {
xkb_layout = "fr";