wl-clipedit

This commit is contained in:
Filippo Berto 2023-11-17 11:08:32 +01:00
parent e240fbdc46
commit b74916095a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 21 additions and 1 deletions

View file

@ -41,6 +41,7 @@
# Flakes packages
(self: super: {
clipedit = self.callPackage ./custom/clipedit { };
wl-clipedit = self.callPackage ./custom/wl-clipedit { };
update-background = self.callPackage ./custom/update-background { backgrounds_directory = "$HOME/Immagini/Sfondi/1080+/1440+"; };
lockscreen = self.callPackage ./custom/lockscreen { palette = self.rice.colorPalette; font = self.rice.font.normal; };
way-lockscreen = self.callPackage ./custom/way-lockscreen { palette = self.rice.colorPalette; font = self.rice.font.normal; };