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 {
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = "Adwaita-dark";
|
||||
gtk3.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
};
|
||||
|
||||
dconf.settings = {
|
||||
|
|
Loading…
Add table
Reference in a new issue