Swordsmachine: add niri debug setting fix to host config
This commit is contained in:
parent
5a80ca8acd
commit
8c762abda2
2 changed files with 3 additions and 3 deletions
|
|
@ -44,6 +44,9 @@
|
||||||
../../modules/home
|
../../modules/home
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# fix screen tearing in games
|
||||||
|
home-manager.users.wo2w.programs.niri.settings.debug.wait-for-frame-completion-before-queueing = {};
|
||||||
|
|
||||||
programs.btop = {
|
programs.btop = {
|
||||||
package = pkgs.btop-cuda;
|
package = pkgs.btop-cuda;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
|
|
@ -70,8 +70,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# fix screen tearing in games
|
|
||||||
# debug.wait-for-frame-completion-before-queueing = {};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue