This commit is contained in:
Reid 2024-04-26 17:00:52 -07:00
parent 68d23850d8
commit 317ec37863
2 changed files with 8 additions and 2 deletions

View file

@ -21,4 +21,5 @@ each host should have these files:
- bitwarden
- qt themes?
- sddm cursors no work :(
- setup editorconfig everywhere
- setup editorconfig everywhere
- fix gamemoded cpu sched

View file

@ -13,7 +13,12 @@ in {
programs.gamemode = {
enable = true;
enableRenice = true;
settings = {};
settings = {
custom = {
start = "${pkgs.libnotify}/bin/notify-send --app-name GameMode 'GameMode started'";
end = "${pkgs.libnotify}/bin/notify-send --app-name GameMode 'GameMode ended'";
};
};
};
programs.gamescope = {
enable = true;