home-manager/gui: Add GTK / Qt styling
This commit is contained in:
parent
1b3661e4e5
commit
8954f65b80
@ -130,6 +130,22 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Numix";
|
||||
package = pkgs.numix-gtk-theme;
|
||||
};
|
||||
iconTheme = {
|
||||
name = "Numix";
|
||||
package = pkgs.numix-icon-theme;
|
||||
};
|
||||
};
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk";
|
||||
};
|
||||
|
||||
services = {
|
||||
flameshot = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user