aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/home/user.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-16 05:35:13 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-16 05:35:13 -0800
commit2b10a467c18f85b0e00b978b943e0efdbcee74bd (patch)
tree3efd5e4aa28d81276c68f1753f05d5e62c62d8c6 /nix/modules/home/user.nix
parent39412ea8c6431a3c06b7e5945c5cd7b01a53de45 (diff)
add kubo ipfs
Diffstat (limited to 'nix/modules/home/user.nix')
-rw-r--r--nix/modules/home/user.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nix/modules/home/user.nix b/nix/modules/home/user.nix
index 1e4c13e..24c358f 100644
--- a/nix/modules/home/user.nix
+++ b/nix/modules/home/user.nix
@@ -8,9 +8,6 @@
if [ ! -d "/home/${config.monorepo.vars.userName}/music" ]; then
mkdir -p /home/${config.monorepo.vars.userName}/music
fi
- if [ ! -d "/home/${config.monorepo.vars.userName}/sounds" ]; then
- mkdir -p /home/${config.monorepo.vars.userName}/sounds
- fi
touch /home/${config.monorepo.vars.userName}/org/agenda.org
touch /home/${config.monorepo.vars.userName}/org/notes.org
'';