diff --git a/home-manager/desktop/configuration.nix b/home-manager/desktop/configuration.nix index 8313c56..e588954 100644 --- a/home-manager/desktop/configuration.nix +++ b/home-manager/desktop/configuration.nix @@ -40,8 +40,6 @@ config = { # Disable if you don't want unfree packages allowUnfree = true; - # Workaround for https://github.com/nix-community/home-manager/issues/2942 - allowUnfreePredicate = _: true; }; }; diff --git a/home-manager/hosts/queen/queen-Lillian.nix b/home-manager/hosts/queen/queen-Lillian.nix index 00fa021..35137f9 100644 --- a/home-manager/hosts/queen/queen-Lillian.nix +++ b/home-manager/hosts/queen/queen-Lillian.nix @@ -43,8 +43,6 @@ config = { # Disable if you don't want unfree packages allowUnfree = true; - # Workaround for https://github.com/nix-community/home-manager/issues/2942 - allowUnfreePredicate = _: true; }; }; diff --git a/home-manager/hosts/shodan/shodan-Lillian.nix b/home-manager/hosts/shodan/shodan-Lillian.nix index eb06cd6..b0cb6f4 100644 --- a/home-manager/hosts/shodan/shodan-Lillian.nix +++ b/home-manager/hosts/shodan/shodan-Lillian.nix @@ -42,8 +42,6 @@ config = { # Disable if you don't want unfree packages allowUnfree = true; - # Workaround for https://github.com/nix-community/home-manager/issues/2942 - allowUnfreePredicate = _: true; }; };