WIP: fix way vrr

This commit is contained in:
Leonardo Eugênio 2022-12-04 01:23:46 -03:00
parent d1a843b71c
commit d93da9db68
3 changed files with 37 additions and 1 deletions

View file

@ -40,6 +40,19 @@ in {
forEachMerge = list: func: mergeAttrsSet (lib.forEach list func);
in {
enable = true;
package = pkgs.sway.override {
sway-unwrapped = ((pkgs.sway-unwrapped.overrideAttrs (old: {
patches = old.patches ++ [
../patches/sway/fix-vrr.patch
];
})).override {
wlroots = pkgs.wlroots.overrideAttrs (_: {
patches = [
../patches/wlroots/fix-vrr.patch
];
});
});
};
config = {
bars = [ ];
window.titlebar = false;
@ -412,7 +425,6 @@ in {
# layer=overlay
};
home.packages = with pkgs; [
sway
swaybg
swaylock