gaming: add uni-sync service

This commit is contained in:
Anthony Rodriguez 2024-09-10 00:55:23 +02:00
parent 84ed1ccb0c
commit da7921ebed
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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;