This commit is contained in:
4DBug
2026-02-05 11:43:59 -06:00
parent a3176689a8
commit 5da5790268
3 changed files with 53 additions and 0 deletions

View File

@@ -23,6 +23,8 @@
nix-gaming.url = "github:fufexan/nix-gaming";
nix-citizen.inputs.nix-gaming.follows = "nix-gaming";
copyparty.url = "github:9001/copyparty";
};
outputs = inputs@{ self, nixpkgs, stylix, home-manager, flatpaks, hytale-launcher, vscode-server, ... }:
@@ -60,6 +62,8 @@
./main.nix
vscode-server.nixosModules.default
copyparty.nixosModules.default
];
};
};