remove old allowUnfree from configuration.nix
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user