6 lines
86 B
Nix
Raw Normal View History

2023-05-14 15:10:40 -07:00
self: super: {
2023-05-20 09:16:45 -07:00
rofi = super.rofi.override { plugins = [ self.rofi-emoji ]; };
2023-05-14 15:10:40 -07:00
}