9 lines
335 B
Nix
Raw Normal View History

/* This contains various packages we want to overlay. Note that the
* other ".nix" files in this directory are automatically loaded.
*/
final: prev: {
sway-scratchpad = final.callPackage ../pkgs/sway-scratchpad.nix {};
2023-08-04 21:15:34 -07:00
advcpmv = final.callPackage ../pkgs/advcpmv.nix {};
2023-10-09 16:15:47 -07:00
taskopen = final.callPackage ../pkgs/taskopen.nix {};
}