diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 10:46:27 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 10:46:27 +0200 |
| commit | 2926770788970ceeb31d69a726ba971358499862 (patch) | |
| tree | c3be8d9b3380c06d992d7d377d8292843790d274 /Makefile | |
| parent | c36e55e90f9bdcf2c080a874b947632fb3d56202 (diff) | |
fix sound on nixos
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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) |
