Joystickwake + background

This commit is contained in:
Filippo Berto 2021-06-22 11:22:21 +02:00
parent e080d5b9b8
commit 8acab53e36
10 changed files with 135 additions and 35 deletions

View file

@ -6,7 +6,9 @@ let
callPackage = pkgs.lib.callPackageWith (pkgs // self);
self = {
gallery-tagger = callPackage ./gallery-tagger {};
lockscreen = callPackage ./lockscreen pkgs.extra.colorPalette // {};
lockscreen = callPackage ./lockscreen {};
update-background = callPackage ./update-background {};
joystickwake = callPackage ./joystickwake {};
};
in
(self)