summaryrefslogtreecommitdiff
path: root/users/timmy/home.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-09-17 18:11:52 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-09-17 18:11:52 -0500
commit0e52016eca1fe650b1f51f0635063c7eff8ec56a (patch)
tree26d3b2d26a22f3c4628807a2f95849c461ed7e37 /users/timmy/home.nix
parent3af6673ab362675a85bb6bb4cf0f7706ae6bdfab (diff)
downloadnixos-0e52016eca1fe650b1f51f0635063c7eff8ec56a.tar.xz
nixos-0e52016eca1fe650b1f51f0635063c7eff8ec56a.zip
add charge threshold for T430 and set desktop dir to nullHEADmaster
Diffstat (limited to 'users/timmy/home.nix')
-rw-r--r--users/timmy/home.nix2
1 files changed, 1 insertions, 1 deletions
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;