From 493a5c631d36a3d1f67cf569d445d27acf0331d4 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 25 Jul 2024 16:50:14 -0400 Subject: [PATCH] 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. --- hosts/phone/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 = [ ];