mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
parent
3a5cd90631
commit
b3bbc8b769
1 changed files with 2 additions and 0 deletions
|
@ -99,5 +99,7 @@ in {
|
||||||
XDG_TEMPLATES_DIR = cfg.templates;
|
XDG_TEMPLATES_DIR = cfg.templates;
|
||||||
XDG_VIDEOS_DIR = cfg.videos;
|
XDG_VIDEOS_DIR = cfg.videos;
|
||||||
} // cfg.extraConfig);
|
} // cfg.extraConfig);
|
||||||
|
|
||||||
|
xdg.configFile."user-dirs.conf".text = "enabled=False";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue