gaming: add uni-sync service
This commit is contained in:
parent
84ed1ccb0c
commit
da7921ebed
1 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,13 @@
|
|||
];
|
||||
};
|
||||
|
||||
systemd.services.uni-sync = {
|
||||
enable = true;
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.uni-sync}/bin/uni-sync";
|
||||
};
|
||||
wantedBy = ["multi-user.target"];
|
||||
};
|
||||
modules.nvidia.enable = true;
|
||||
modules.gaming.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue