dotfiles/modules/home/gui/desktop/theming/qt/default.nix

10 lines
112 B
Nix
Raw Normal View History

2025-03-29 23:08:26 -05:00
{ pkgs, ... }:
{
qt = {
enable = true;
style = {
package = pkgs.catppuccin-qt5ct;
};
};
}