Add Rider and nvidia drivers (#73)

This commit is contained in:
Patrick Stevens
2024-09-08 21:25:33 +01:00
committed by GitHub
parent ceaead9b63
commit 76dbd82446
4 changed files with 45 additions and 4 deletions

View File

@@ -63,6 +63,10 @@
in
nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
username = "patrick";
dotnet = pkgs.dotnet-sdk_8;
};
modules = let
args = {
nixpkgs = pkgs;