feat: enable declarative dirs for xdg
This commit is contained in:
parent
8214fba9da
commit
8344ad81e0
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
|
@ -451,6 +451,8 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.userDirs.enable = true;
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gtk3.extraConfig.gtk-application-prefer-dark-theme = 1;
|
gtk3.extraConfig.gtk-application-prefer-dark-theme = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue