2023-05-20 09:16:45 -07:00

6 lines
86 B
Nix

self: super: {
rofi = super.rofi.override { plugins = [ self.rofi-emoji ]; };
}