Reworked Hyprland dir

This commit is contained in:
2026-06-30 00:32:15 +02:00
parent a0f6f9052b
commit 57bed639e8
5 changed files with 4 additions and 10 deletions
+3 -3
View File
@@ -6,10 +6,10 @@
platformTheme.name = "kvantum";
};
home.packages = lib.mkIf (!pkgs.stdenv.isDarwin) (
with pkgs;
with pkgs.kdePackages;
[
kdePackages.qt6ct
kdePackages.qtstyleplugin-kvantum
qt6ct
qtstyleplugin-kvantum
]
);
}