2023-07-10 17:52:34 -07:00

6 lines
86 B
Nix

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