mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 14:33:56 -05:00
Aly Raffauf
578e0f995f
* pkgs: add rofi-bluetooth * github: add rofi-bluetoth ci * github: add ci rules for rofi-bluetooth
7 lines
208 B
Nix
7 lines
208 B
Nix
# Default overlay.
|
|
{self}: final: prev: {
|
|
adjustor = self.packages.${prev.system}.adjustor;
|
|
hhd-ui = self.packages.${prev.system}.hhd-ui;
|
|
rofi-bluetooth = self.packages.${prev.system}.rofi-bluetooth;
|
|
}
|