diff --git a/hosts/default/home.nix b/hosts/default/home.nix index e550c72..22c63f5 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -25,8 +25,6 @@ # release notes. home.stateVersion = "22.11"; # Please read the comment before changing. - # Allow non-free packages - nixpkgs.config.allowUnfree = true; nixpkgs.config.joypixels.acceptLicense = true; # Manage session variables diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index b6608a9..f43b81a 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -2,4 +2,6 @@ imports = [ ./session-vars ]; + + nixpkgs.config.allowUnfree = true; }