3285dbdd7b
I've run into a few to many UI issue. I've been using sway for a while, but & it has gotten a lot better, but its still kind of rough around the edges in some spots. I may switch back at some time in the future.
6 lines
233 B
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; };
|
|
}
|