diff --git a/nix/nixos-modules.nix b/nix/nixos-modules.nix index 0cae15c4..9e73d6af 100644 --- a/nix/nixos-modules.nix +++ b/nix/nixos-modules.nix @@ -21,12 +21,7 @@ in { environment.systemPackages = [ cfg.package - ] - ++ ( - if (builtins.hasAttr "mmsg" cfg.package) - then [cfg.package.mmsg] - else [] - ); + ]; xdg.portal = { enable = lib.mkDefault true;