mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: moved gtk to higher level and added qt
This commit is contained in:
parent
3976783f1f
commit
dbaeca5340
8 changed files with 106 additions and 0 deletions
9
home/modules/gui/desktop/theming/qt/default.nix
Executable file
9
home/modules/gui/desktop/theming/qt/default.nix
Executable file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
qt = {
|
||||
enable = true;
|
||||
style = {
|
||||
package = pkgs.catppuccin-qt5ct;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue