[NixOS] Tweak wyoming service names

This commit is contained in:
2025-02-06 19:49:14 -07:00
parent fd9ceb1dda
commit ab87bb325f
5 changed files with 20 additions and 10 deletions

View File

@@ -21,4 +21,5 @@ makeEnable config "myModules.nvidia" false {
services.xserver = {
videoDrivers = [ "nvidia" ];
};
nixpkgs.config.cudaSupport = true;
}