1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 13:03:33 +02:00

xdg-user-dirs: add user-dirs.conf

PR #1143
This commit is contained in:
dawidsowa 2020-04-12 20:39:52 +02:00 committed by Robert Helgesson
parent 3a5cd90631
commit b3bbc8b769
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -99,5 +99,7 @@ in {
XDG_TEMPLATES_DIR = cfg.templates;
XDG_VIDEOS_DIR = cfg.videos;
} // cfg.extraConfig);
xdg.configFile."user-dirs.conf".text = "enabled=False";
};
}