From a3ababbb91ecad37817eab6d38aec208b400db50 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 19 May 2023 20:55:50 +0200 Subject: [PATCH] Add Prismlauncher input --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index df804c4..eb5a804 100644 --- a/flake.nix +++ b/flake.nix @@ -8,12 +8,14 @@ url = github:nix-community/home-manager; inputs.nixpkgs.follows = "nixpkgs"; }; + prismlauncher.url = "github:PrismLauncher/PrismLauncher"; }; outputs = inputs@{ self, nixpkgs, home-manager, + prismlauncher, ... }: { nixosConfigurations.kami = nixpkgs.lib.nixosSystem { @@ -33,7 +35,7 @@ { nixpkgs = { config.allowUnfree = true; - #overlays = [ prismlauncher.overlay nur.overlay ]; + overlays = [ prismlauncher.overlay nur.overlay ]; }; system.stateVersion = "23.05"; }