mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
10 lines
415 B
Nix
10 lines
415 B
Nix
_final: prev: {
|
|
scripts = {
|
|
brightness = prev.callPackage ./brightness.nix { };
|
|
clone-term = prev.callPackage ./clone-term.nix { };
|
|
screenshot-area = prev.callPackage ./screenshot-area.nix { };
|
|
screenshot-area-scan-qr = prev.callPackage ./screenshot-area-scan-qr.nix { };
|
|
screenshot-screen = prev.callPackage ./screenshot-screen.nix { };
|
|
volume = prev.callPackage ./volume.nix { };
|
|
};
|
|
}
|