Allow unfree packages in home-manager
This commit is contained in:
parent
db77265871
commit
9a86904cfa
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user