diff options
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |