1

feat: use breeze gtk for consistent look

This commit is contained in:
Himadri Bhattacharjee
2024-06-28 13:04:33 +05:30
parent 7cb4f9b56c
commit 83ca200714

View File

@@ -1,5 +1,6 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
keepassxc
kdePackages.kde-gtk-config
];
}