mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
7 lines
225 B
Nix
7 lines
225 B
Nix
|
/* 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 {};
|
||
|
}
|