From 2926770788970ceeb31d69a726ba971358499862 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 7 Jun 2026 10:46:27 +0200 Subject: fix sound on nixos --- Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3