diff --git a/hosts/common/packages.nix b/hosts/common/packages.nix index 9ac1859..64cb07a 100644 --- a/hosts/common/packages.nix +++ b/hosts/common/packages.nix @@ -1,9 +1,7 @@ { config, pkgs, lib, ... }: { - nixpkgs.config = { - allowUnfree = true; - }; + nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ any-nix-shell