gtk theme
This commit is contained in:
parent
21c54475c7
commit
8f3592b630
4
home.nix
4
home.nix
|
|
@ -100,6 +100,10 @@ in
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||||
|
theme = {
|
||||||
|
name = "Breeze";
|
||||||
|
package = pkgs.libsForQt5.breeze-gtk;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
name = "breeze_cursors";
|
name = "breeze_cursors";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue