diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index f6a5de57..222d46d3 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -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 = [ ];