install copyparty
This commit is contained in:
parent
1e9714ba0b
commit
188ddc66c4
3 changed files with 121 additions and 20 deletions
|
|
@ -47,6 +47,8 @@
|
|||
};
|
||||
|
||||
mms.url = "github:mkaito/nixos-modded-minecraft-servers";
|
||||
|
||||
copyparty.url = "github:9001/copyparty";
|
||||
};
|
||||
outputs = {
|
||||
nixpkgs,
|
||||
|
|
@ -61,6 +63,7 @@
|
|||
nixos-06cb-009a-fingerprint-sensor,
|
||||
cassowary,
|
||||
mms,
|
||||
copyparty,
|
||||
...
|
||||
}: let
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -92,6 +95,12 @@
|
|||
|
||||
stylix.nixosModules.stylix
|
||||
./stylix.nix
|
||||
|
||||
copyparty.nixosModules.default
|
||||
({ ... }: {
|
||||
# add the copyparty overlay to expose the package to the module
|
||||
nixpkgs.overlays = [ copyparty.overlays.default ];
|
||||
})
|
||||
];
|
||||
specialArgs = {
|
||||
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue