sddm-sugar-dark theme

This commit is contained in:
Filippo Berto 2023-02-17 10:46:51 +01:00
parent 28f19052a8
commit e5a2ec4e0b
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
7 changed files with 51 additions and 21 deletions

View file

@ -87,6 +87,7 @@
self.callPackage ./custom/sddm-theme-clairvoyance {
wallpaper = ./wallpapers/comfy_waves.jpg;
};
sddm-sugar-dark = self.callPackage ./custom/sddm-sugar-dark { };
google-chrome = self.google-chrome.override {
commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ];
};