feat(theme): better theming

This commit is contained in:
2026-01-24 19:43:10 +01:00
parent f6fe7945bb
commit be51aa7cc5
3 changed files with 31 additions and 1 deletions

View File

@@ -67,6 +67,9 @@ in {
reboot = ["systemctl" "reboot"];
};
};
cli.enable = true;
cli = {
enable = true;
settings.theme.enableGtk = true;
};
};
}