sys-config/overlays/marwaita-icons.nix
2025-03-21 16:37:29 +01:00

6 lines
148 B
Nix

(self: super: {
marwaita-icons = super.marwaita-icons.overrideAttrs ({
dontWrapQtApps = true;
dontCheckForBrokenSymlinks = true;
});
})