Only enable XDG folders on desktops
This commit is contained in:
parent
1b9bbe397e
commit
31a90dc100
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
enable = config.home.desktop.enable;
|
||||
createDirectories = true;
|
||||
desktop = null;
|
||||
music = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue