nixcfg/overlays/default.nix
Aly Raffauf 4c670bf3bb
Some checks failed
git-mirror / gitlab-sync (push) Has been cancelled
nix-build / clean-install-build (push) Has been cancelled
nix-build / rofi-bluetooth-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled
pkgs: remove bazznix packages
2024-12-06 18:14:07 -05:00

5 lines
108 B
Nix

# Default overlay.
{self}: final: prev: {
rofi-bluetooth = self.packages.${prev.system}.rofi-bluetooth;
}