this time I actually read documentation fr fr
This commit is contained in:
parent
56f5ab2c5e
commit
ea950edc6d
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ let
|
||||||
in {
|
in {
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "Adwaita-dark";
|
gtk3.extraConfig = {
|
||||||
|
gtk-application-prefer-dark-theme = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue