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
James Patrick 3285dbdd7b Removed sway.
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.
2022-07-12 22:41:23 -04:00

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; };
}