1
0
Fork 0
NixOS/hosts/totsugeki/desktop/qt.nix
2024-03-18 23:39:38 +01:00

7 lines
140 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [ catppuccin-kde lightly-qt ];
qt = {
enable = true;
platformTheme = "qtct";
};
}