1

remove old allowUnfree from configuration.nix

This commit is contained in:
2022-08-08 15:28:01 +02:00
parent 748b5eff2a
commit 978042864c

View File

@ -44,7 +44,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;
# nixpkgs.config.allowUnfree = true;
# Bootloader/Kernel stuff
boot = {