diff --git a/home.nix b/home.nix index 703d4b6..450010e 100644 --- a/home.nix +++ b/home.nix @@ -27,6 +27,10 @@ # release notes. home.stateVersion = "23.05"; # Please read the comment before changing. + nixpkgs.config = { + allowUnfree = true; + }; + # The home.packages option allows you to install Nix packages into your # environment. home.packages = with pkgs; [