3433f4a7e2
I'm fighting with udev to get it work properly.
7 lines
303 B
Nix
7 lines
303 B
Nix
self: super: {
|
|
brightness-sh = super.callPackage ./brightness.nix { inherit super; };
|
|
battery-notify = super.callPackage ./battery-notify.nix { inherit super; };
|
|
sway-entry = super.callPackage ./sway-entry.nix { inherit super; };
|
|
volume-sh = super.callPackage ./volume.nix { inherit super; };
|
|
}
|