comment out gtk config
This commit is contained in:
parent
78f94a6429
commit
0029f8f822
1 changed files with 12 additions and 11 deletions
|
@ -31,17 +31,18 @@
|
||||||
# style.package = pkgs.kdePackages.breeze;
|
# style.package = pkgs.kdePackages.breeze;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
gtk = {
|
# this one too
|
||||||
enable = true;
|
# gtk = {
|
||||||
theme = {
|
# enable = true;
|
||||||
package = pkgs.adw-gtk3;
|
# theme = {
|
||||||
name = "adw-gtk3-dark";
|
# package = pkgs.adw-gtk3;
|
||||||
};
|
# name = "adw-gtk3-dark";
|
||||||
iconTheme = {
|
# };
|
||||||
package = pkgs.adwaita-icon-theme;
|
# iconTheme = {
|
||||||
name = "Adwaita";
|
# package = pkgs.adwaita-icon-theme;
|
||||||
};
|
# name = "Adwaita";
|
||||||
};
|
# };
|
||||||
|
# };
|
||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
package = pkgs.bibata-cursors;
|
package = pkgs.bibata-cursors;
|
||||||
|
|
Loading…
Add table
Reference in a new issue