6 lines
126 B
Nix
6 lines
126 B
Nix
(pkgs: super: {
|
|
# ghostty is patched in flake.nix
|
|
swaybg = super.swaybg.override {
|
|
wrapGAppsNoGuiHook = null;
|
|
};
|
|
})
|