Extreme cleaup + new nix rice + commit hooks
This commit is contained in:
parent
bc28d964d3
commit
c9eeeb9dc4
59 changed files with 319 additions and 400 deletions
|
|
@ -4,10 +4,9 @@
|
|||
|
||||
let
|
||||
self = with pkgs; {
|
||||
lockscreen = callPackage ./lockscreen {};
|
||||
update-background = callPackage ./update-background {};
|
||||
cocktail-bar-cli = callPackage ./cocktail-bar-cli {};
|
||||
# joystickwake = callPackage ./joystickwake {};
|
||||
lockscreen = callPackage ./lockscreen { };
|
||||
update-background = callPackage ./update-background { };
|
||||
cocktail-bar-cli = callPackage ./cocktail-bar-cli { };
|
||||
};
|
||||
in
|
||||
(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue