summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-06-07 10:46:27 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-06-07 10:46:27 +0200
commit2926770788970ceeb31d69a726ba971358499862 (patch)
treec3be8d9b3380c06d992d7d377d8292843790d274 /Makefile
parentc36e55e90f9bdcf2c080a874b947632fb3d56202 (diff)
fix sound on nixos
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e420b88..bd7b71e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,12 +3,14 @@ MAKEFLAGS ?= B
DIRS = ~/.config
DIRS += ~/.local/share/
DIRS += ~/.local/bin
-DIRS += ~/bin
-DIRS += ~/code
+DIRS += ~/desktop
DIRS += ~/dl
-DIRS += ~/media
+DIRS += ~/templates
+DIRS += ~/public
+DIRS += ~/code
DIRS += ~/music
-DIRS += ~/trash
+DIRS += ~/images
+DIRS += ~/videos
all: $(DIRS)