Zathura config + remove old packages

This commit is contained in:
Filippo Berto 2021-07-02 12:29:14 +02:00
parent 247185eafe
commit 632185d7f8
10 changed files with 68 additions and 37 deletions

View file

@ -5,10 +5,9 @@
let
callPackage = pkgs.lib.callPackageWith (pkgs // self);
self = {
gallery-tagger = callPackage ./gallery-tagger {};
lockscreen = callPackage ./lockscreen {};
update-background = callPackage ./update-background {};
joystickwake = callPackage ./joystickwake {};
# joystickwake = callPackage ./joystickwake {};
};
in
(self)