diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 08b6703e..7dab0f82 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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;