setup fixed qt

qt works now, but theme is unreadable -> adapt for better usage
This commit is contained in:
2026-03-21 12:07:38 +01:00
parent 70497a93d0
commit 20d9234cd9
5 changed files with 2445 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
qt = {
enable = true;
@@ -7,11 +8,12 @@
};
home.packages = with pkgs; [
(catppuccin-kvantum.override {
variant = "mocha";
accent = "pink";
})
libsForQt5.qtstyleplugin-kvantum
libsForQt5.qt5ct
];
xdg.configFile."Kvantum" = {
recursive = true;
source = ./kvantum;
};
}