Better lockscreen automation + sddm theme

This commit is contained in:
Filippo Berto 2022-08-17 21:20:43 +02:00
parent 613673299d
commit 0a07445ebc
10 changed files with 62 additions and 17 deletions

View file

@ -6,6 +6,7 @@ let
self = with pkgs; {
lockscreen = callPackage ./lockscreen { };
update-background = callPackage ./update-background { };
sddm-theme-clairvoyance = callPackage ./sddm-theme-clairvoyance { };
cocktail-bar-cli = callPackage ./cocktail-bar-cli { };
};
in