This commit is contained in:
mjallen18
2025-12-01 17:01:07 -06:00
parent 31e0a03dc2
commit 2bf51abad5
7 changed files with 77 additions and 158 deletions

View File

@@ -152,18 +152,6 @@ with lib;
description = "Any extra configuration options";
};
iconThemeName = mkOption {
type = types.str;
default = "Colloid-Dark";
description = "Icon theme name";
};
gtkThemeName = mkOption {
type = types.str;
default = "Colloid-Dark";
description = "GTK theme name";
};
defaultApps = mkOption {
type = types.submodule {
options = {