install optnix
This commit is contained in:
parent
16d4b5bef4
commit
994470d0b4
3 changed files with 186 additions and 4 deletions
|
|
@ -49,6 +49,8 @@
|
|||
mms.url = "github:mkaito/nixos-modded-minecraft-servers";
|
||||
|
||||
copyparty.url = "github:9001/copyparty";
|
||||
|
||||
optnix.url = "github:water-sucks/optnix";
|
||||
};
|
||||
outputs = {
|
||||
nixpkgs,
|
||||
|
|
@ -64,6 +66,7 @@
|
|||
cassowary,
|
||||
mms,
|
||||
copyparty,
|
||||
optnix,
|
||||
...
|
||||
}: let
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -105,7 +108,7 @@
|
|||
specialArgs = {
|
||||
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
|
||||
breezex-cursor = breezex-cursor.packages.${system}.default;
|
||||
inherit mms;
|
||||
inherit optnix home-manager;
|
||||
};
|
||||
};
|
||||
nixosConfigurations.t470 = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -131,6 +134,7 @@
|
|||
specialArgs = {
|
||||
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
|
||||
breezex-cursor = breezex-cursor.packages.${system}.default;
|
||||
inherit optnix home-manager;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue