This commit is contained in:
4DBug
2026-02-05 14:00:47 -06:00
parent 5da5790268
commit a8dc62df72
4 changed files with 89 additions and 22 deletions

View File

@@ -27,7 +27,7 @@
copyparty.url = "github:9001/copyparty";
};
outputs = inputs@{ self, nixpkgs, stylix, home-manager, flatpaks, hytale-launcher, vscode-server, ... }:
outputs = inputs@{ self, nixpkgs, stylix, home-manager, flatpaks, hytale-launcher, vscode-server, copyparty, ... }:
let
deviceType = import ./device.nix;
system = "x86_64-linux";
@@ -62,7 +62,7 @@
./main.nix
vscode-server.nixosModules.default
copyparty.nixosModules.default
];
};