feat(nixosModules/desktop): enable sunshine

This commit is contained in:
Mohammad Rafiq 2025-05-25 20:29:09 +08:00
parent 1a45001401
commit 70814354aa
No known key found for this signature in database
3 changed files with 21 additions and 6 deletions

View file

@ -35,6 +35,7 @@
enableSpotifyd = true;
enableSteam = true;
enableVR = true;
enableSunshine = true;
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}