Keyboard-switch script

This commit is contained in:
Filippo Berto 2023-05-10 14:22:34 +02:00
parent 7a9d3d7adb
commit 7cd692a86b
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
4 changed files with 38 additions and 1 deletions

View file

@ -40,6 +40,7 @@
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; };
sddm-theme-clairvoyance = self.callPackage ./custom/sddm-theme-clairvoyance { wallpaper = ./wallpapers/background.jpg; };
keyboard-switch = self.callPackage ./custom/keyboard-switch { };
sddm-sugar-dark = self.callPackage ./custom/sddm-sugar-dark { };
google-chrome = self.google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; };
})