diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-11 14:58:56 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-11 14:58:56 +0100 |
| commit | 41df7d18185c689811e9758ddab4673a30dee405 (patch) | |
| tree | a15d9278dc5c2aabc191a74e60aa8974180538e8 /home-modules/theming.nix | |
| parent | e0cebbe2129e66047ca9ba233d3b7c59af473c24 (diff) | |
Migrate to stalwart for vdirsyncer and add motd.
This adds rust-motd config and adds an executable that displays the motd.
Additionally, it updates credentials for vdirsyncer.
Diffstat (limited to 'home-modules/theming.nix')
| -rw-r--r-- | home-modules/theming.nix | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/home-modules/theming.nix b/home-modules/theming.nix index ee6b13b..94af4ac 100644 --- a/home-modules/theming.nix +++ b/home-modules/theming.nix @@ -36,8 +36,12 @@ in qt = { enable = true; - platformTheme.name = "qtct"; - style.name = "kvantum"; + kde.settings = { + + }; + style.package = pkgs.catppuccin-qt5ct; + + # style.name = "kvantum"; }; xdg.configFile."Kvantum/kvantum.kvconfig".source = |
