From dd1869661c68a8dedae445e40efbc71d071808d0 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 20 Feb 2023 21:40:01 +0100 Subject: Hosts: Add NIXPKGS_ALLOW_UNFREE=1 env variable --- hosts/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index e73f22d..eebff40 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -81,6 +81,8 @@ VISUAL = "nvim"; XKB_DEFAULT_LAYOUT = "gb"; + + NIXPKGS_ALLOW_UNFREE = "1"; }; environment.sessionVariables = rec { -- cgit 1.4.1