add wayland for electron apps

This commit is contained in:
DACHXY 2024-12-26 01:14:15 +08:00
parent 3b8a896dde
commit 71becb872e
11 changed files with 153 additions and 7 deletions

View file

@ -3,15 +3,15 @@
enable = true;
cursorTheme = {
name = "Catppuccin-Macchiato-Blue";
package = pkgs.catppuccin-cursors.macchiatoBlue;
name = "Catppuccin-Macchiato-Lavender";
package = pkgs.catppuccin-cursors.macchiatoLavender;
};
theme = {
name = "Catppuccin-Macchiato-Compact-Blue-dark";
name = "Catppuccin-Macchiato-Compact-Lavender-dark";
package = pkgs.catppuccin-gtk.override {
size = "compact";
accents = [ "blue" ];
accents = [ "lavender" ];
variant = "macchiato";
};
};