install optnix

This commit is contained in:
Khaïs COLIN 2025-10-14 13:29:25 +02:00
parent 16d4b5bef4
commit 994470d0b4
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
3 changed files with 186 additions and 4 deletions

View file

@ -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;
};
};
};