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";