diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-14 13:55:52 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-14 14:12:12 -0500 |
| commit | d71356eef83e4df59416cd10109cb5688e657c16 (patch) | |
| tree | 06d8eb139f131261a30f23a4250e114dcd469fdb /modules/desktop/options.nix | |
| parent | 64d6e9664bbcbe4125df56f8f228f92222c13188 (diff) | |
migrate gtk config to hjem and drop home-manager flake input (yay!)
Diffstat (limited to 'modules/desktop/options.nix')
| -rw-r--r-- | modules/desktop/options.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/desktop/options.nix b/modules/desktop/options.nix index 1837f8b..72dda95 100644 --- a/modules/desktop/options.nix +++ b/modules/desktop/options.nix @@ -40,6 +40,7 @@ in { gnome.enable = mkEnableOption "gnome"; gtk = { + enable = mkEnableOption "gtk theming"; theme = mkOption { type = types.enum ["catppuccin" "adwaita"]; default = config.collinux.theme; |
