From 0912c7e2ec1a219683e07acb74a61adbee9791a0 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 19 May 2023 12:20:38 +0200 Subject: [PATCH] Allow unfree --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 62b36bc..bc7040f 100644 --- a/flake.nix +++ b/flake.nix @@ -42,6 +42,12 @@ modules = [ ./systems/kami ./common.nix + { + nixpkgs = { + config.allowUnfree = true; + #overlays = [ prismlauncher.overlay nur.overlay ]; + }; + } ]; }; };