mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Gaming] Rename gamemoderun wrapper
This commit is contained in:
parent
69c5fdb954
commit
5240c8d0cd
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
security.wrappers = {
|
security.wrappers = {
|
||||||
gamemoderun = {
|
my-gamemoderun = {
|
||||||
source = "${pkgs.gamemode}/bin/gamemoderun";
|
source = "${pkgs.gamemode}/bin/gamemoderun";
|
||||||
owner = "root";
|
owner = "root";
|
||||||
group = "gamers";
|
group = "gamers";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue