6 lines
148 B
Nix
6 lines
148 B
Nix
(self: super: {
|
|
marwaita-icons = super.marwaita-icons.overrideAttrs ({
|
|
dontWrapQtApps = true;
|
|
dontCheckForBrokenSymlinks = true;
|
|
});
|
|
})
|