mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:06:51 +01:00
Add Prismlauncher input
This commit is contained in:
parent
b288f544e5
commit
a3ababbb91
1 changed files with 3 additions and 1 deletions
|
@ -8,12 +8,14 @@
|
||||||
url = github:nix-community/home-manager;
|
url = github:nix-community/home-manager;
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
prismlauncher.url = "github:PrismLauncher/PrismLauncher";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{
|
outputs = inputs@{
|
||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
home-manager,
|
home-manager,
|
||||||
|
prismlauncher,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
nixosConfigurations.kami = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.kami = nixpkgs.lib.nixosSystem {
|
||||||
|
@ -33,7 +35,7 @@
|
||||||
{
|
{
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
#overlays = [ prismlauncher.overlay nur.overlay ];
|
overlays = [ prismlauncher.overlay nur.overlay ];
|
||||||
};
|
};
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue