From 0e52016eca1fe650b1f51f0635063c7eff8ec56a Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 17 Sep 2026 18:11:52 -0500 Subject: add charge threshold for T430 and set desktop dir to null --- users/timmy/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/timmy/home.nix') diff --git a/users/timmy/home.nix b/users/timmy/home.nix index 2957620..575f156 100644 --- a/users/timmy/home.nix +++ b/users/timmy/home.nix @@ -5,12 +5,12 @@ fullname = "Tim Keller"; home = "/home/${username}"; userDirs = { - desktop = "${home}"; download = "${home}/dls"; documents = "${home}/docs"; pictures = "${home}/pics"; projects = "${home}/docs/src"; # Set these as null so they're not created + desktop = null; music = null; publicShare = null; templates = null; -- cgit v1.2.3