added copyq service

This commit is contained in:
cnst
2024-07-28 15:18:29 +02:00
parent 589806fa52
commit 3914f46ba3
11 changed files with 57 additions and 506 deletions

View File

@@ -3,13 +3,14 @@
enable = true;
settings = {
general = {
renice = 10;
};
gpu = {
apply_gpu_optimisations = "accept-responsibility";
gpu_device = 1;
amd_performance_level = "high";
softrealtime = "auto";
renice = 15;
};
# gpu = {
# apply_gpu_optimisations = "accept-responsibility";
# gpu_device = 1;
# amd_performance_level = "high";
# };
custom = {
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";