dotfiles/modules/home/gui/desktop/theming/qt/default.nix
2025-03-29 23:08:26 -05:00

9 lines
112 B
Nix
Executable file

{ pkgs, ... }:
{
qt = {
enable = true;
style = {
package = pkgs.catppuccin-qt5ct;
};
};
}