home: config.alyraffauf.theme.enable follows config.alyraffauf.desktop.enable

This commit is contained in:
Aly Raffauf 2024-06-21 20:10:43 -04:00
parent efc1f0e45e
commit 8794a99af4
4 changed files with 5 additions and 59 deletions

View file

@ -291,8 +291,11 @@
};
};
theme = {
enable =
lib.mkEnableOption "GTK and Qt themes.";
enable = lib.mkOption {
description = "Gtk, Qt, and application colors.";
default = config.alyraffauf.desktop.enable;
type = lib.types.bool;
};
gtk = {
name = lib.mkOption {
description = "GTK theme name.";

View file

@ -164,61 +164,6 @@
};
theme = {
enable = true;
gtk = {
name = "Catppuccin-Frappe-Compact-Mauve-Dark";
package = pkgs.catppuccin-gtk.override {
accents = ["mauve"];
size = "compact";
variant = "frappe";
tweaks = ["normal"];
};
};
qt = {
name = "Catppuccin-Frappe-Mauve";
package = pkgs.catppuccin-kvantum.override {
accent = "Mauve";
variant = "Frappe";
};
};
iconTheme = {
name = "Papirus-Dark";
package = pkgs.catppuccin-papirus-folders.override {
flavor = "frappe";
accent = "mauve";
};
};
cursorTheme = {
name = "Catppuccin-Frappe-Dark-Cursors";
size = 24;
package = pkgs.catppuccin-cursors.frappeDark;
};
font = {
name = "NotoSans Nerd Font";
size = 11;
package = pkgs.nerdfonts.override {fonts = ["Noto"];};
};
terminalFont = {
name = "NotoSansM Nerd Font";
size = 11;
package = pkgs.nerdfonts.override {fonts = ["Noto"];};
};
colors = {
text = "#FAFAFA";
background = "#232634";
primary = "#CA9EE6";
secondary = "#99D1DB";
inactive = "#626880";
shadow = "#1A1A1A";
};
wallpaper = "${config.xdg.dataHome}/backgrounds/jr-korpa-9XngoIpxcEo-unsplash.jpg";
};
};

View file

@ -47,7 +47,6 @@
};
};
theme = {
enable = true;
gtk = {
name = "Catppuccin-Frappe-Compact-Mauve-Dark";
package = pkgs.catppuccin-gtk.override {

View file

@ -40,7 +40,6 @@
};
defaultApps.enable = true;
theme = {
enable = true;
gtk = {
name = "Catppuccin-Frappe-Compact-Mauve-Dark";
package = pkgs.catppuccin-gtk.override {