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

9 lines
112 B
Nix
Executable file

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