This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
nil/pkgs/default.nix

6 lines
233 B
Nix

self: super: {
brightness-sh = super.callPackage ./brightness.nix { inherit super; };
battery-notify = super.callPackage ./battery-notify.nix { inherit super; };
volume-sh = super.callPackage ./volume.nix { inherit super; };
}