nix: remove mmsg override from nixos module

This commit is contained in:
ProggerX 2025-10-18 09:57:05 +03:00
parent c5624b81e2
commit ab36955f0b
No known key found for this signature in database

View file

@ -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;