quickshell!

This commit is contained in:
Vali 2024-07-10 22:10:54 +02:00
commit 613ced37f5
17 changed files with 251 additions and 47 deletions

View file

@ -5,10 +5,10 @@
...
}:
with lib; let
cfg = config.modules.themes.gtk;
username = config.modules.other.system.username;
cfg = config.modules.theming.gtk;
inherit (config.modules.other.system) username;
in {
options.modules.themes.gtk = {
options.modules.theming.gtk = {
enable = mkEnableOption "gtk theming";
name = mkOption {
description = "gtk theme name";

View file

@ -9,10 +9,10 @@ with lib; let
package = pkgs.gruvbox-gtk-theme;
name = "Gruvbox-Dark-BL";
};
cfg = config.modules.themes.qt;
cfg = config.modules.theming.qt;
inherit (config.modules.other.system) username;
in {
options.modules.themes.qt = {
options.modules.theming.qt = {
enable = mkEnableOption "qt theming";
name = mkOption {
description = "qt theme name";