Merge branch 'master' of jacekpoz:jacekpoz/niksos

This commit is contained in:
jacekpoz 2024-03-07 14:48:12 +01:00
commit 403f7b2127
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -29,6 +29,11 @@ in {
description = "enable tearing";
default = false;
};
extraSettings = mkOption {
type = types.attrs;
description = "extra per host hyprland settings";
default = {};
};
};
disabledModules = [ "programs/hyprland.nix" ];
@ -477,7 +482,7 @@ in {
keep_focused = true;
};
};
};
} // cfg.extraSettings;
};
};
};