diff --git a/home-manager.nix b/home-manager.nix index 0afc99e..1f4cd50 100644 --- a/home-manager.nix +++ b/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