Joystickwake + background
This commit is contained in:
parent
e080d5b9b8
commit
8acab53e36
10 changed files with 135 additions and 35 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue