Allow unfree packages in home-manager

This commit is contained in:
RealStickman 2023-05-16 17:41:02 +02:00
parent 54181046c1
commit 806df6594f

View File

@ -18,6 +18,9 @@ in {
imports = [ ./home-manager/hyprland.nix ./home-manager/fish.nix ]; 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 # keep everything using home manager within this block