phone: Drop xdg user dirs

Will instead have everything in $HOME since it's not planned to have a
lot of files on the device anyway.
This commit is contained in:
Donovan Glover 2024-07-25 16:50:14 -04:00
parent 528809b307
commit 493a5c631d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -38,6 +38,14 @@ in
config = {
programs.man.generateCaches = mkForce false;
xdg.userDirs = {
download = mkForce null;
documents = mkForce null;
music = mkForce null;
pictures = mkForce null;
videos = mkForce null;
};
dconf.settings = {
"sm/puri/phosh" = {
app-filter-mode = [ ];