mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-31 23:15:42 +02:00
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:
parent
528809b307
commit
493a5c631d
@ -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 = [ ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user