fix: depricaded variable gtk naming
This commit is contained in:
parent
33bc6c1bad
commit
99103b4806
1 changed files with 5 additions and 1 deletions
6
home.nix
6
home.nix
|
|
@ -578,10 +578,14 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
xdg.userDirs.enable = true;
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
setSessionVariables = true;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
gtk4.theme = config.gtk.theme;
|
||||
gtk3.extraConfig.gtk-application-prefer-dark-theme = 1;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue