1
This commit is contained in:
2022-08-08 15:01:06 +02:00
parent 50fb9edaf0
commit f858ed6569

View File

@ -42,6 +42,7 @@
'';
# Allow unfree packages
# TODO: Can I do that in the flake.nix globally? I already set pkgs there with this config but it's not enough...
# Since we use HomeManager as a module with global pkgs this should also cover user packages
nixpkgs.config.allowUnfree = true;