diff --git a/nixos-config/home-manager.nix b/nixos-config/home-manager.nix index 0afc99ed..1f4cd50e 100644 --- a/nixos-config/home-manager.nix +++ b/nixos-config/home-manager.nix @@ -18,6 +18,9 @@ in { imports = [ ./home-manager/hyprland.nix ./home-manager/fish.nix ]; + # allow unfree packages as well + nixpkgs.config.allowUnfree = true; + }; # keep everything using home manager within this block