From 41df7d18185c689811e9758ddab4673a30dee405 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Wed, 11 Feb 2026 14:58:56 +0100 Subject: 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. --- home-modules/theming.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'home-modules/theming.nix') 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 = -- cgit v1.3.1