add dark gtk theme
This commit is contained in:
parent
2e55d24791
commit
c7df114378
1 changed files with 13 additions and 0 deletions
|
|
@ -107,6 +107,19 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
gtk2.extraConfig = {
|
||||||
|
"gtk-application-prefer-dark-theme" = true;
|
||||||
|
};
|
||||||
|
gtk3.extraConfig = {
|
||||||
|
"gtk-application-prefer-dark-theme" = true;
|
||||||
|
};
|
||||||
|
gtk4.extraConfig = {
|
||||||
|
"gtk-application-prefer-dark-theme" = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue