Swordsmachine: add niri debug setting fix to host config

This commit is contained in:
wo2wz 2025-10-23 00:13:29 -04:00
parent 5a80ca8acd
commit 8c762abda2
2 changed files with 3 additions and 3 deletions

View file

@ -44,6 +44,9 @@
../../modules/home
];
# fix screen tearing in games
home-manager.users.wo2w.programs.niri.settings.debug.wait-for-frame-completion-before-queueing = {};
programs.btop = {
package = pkgs.btop-cuda;
settings = {

View file

@ -70,8 +70,5 @@
};
};
};
# fix screen tearing in games
# debug.wait-for-frame-completion-before-queueing = {};
};
}