home/natto: use just legacy configs

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-11-08 02:52:44 +05:30
parent 3da8b6ba31
commit 05a1c4707b
11 changed files with 179 additions and 204 deletions

View File

@@ -13,6 +13,18 @@
source = ./config/dunst/dunstrc;
target = "${home}/.config/dunst/dunstrc";
};
stalonetray = {
source = ./config/stalonetrayrc;
target = "${home}/.stalonetrayrc";
};
ncmpcpp = {
source = ./config/ncmpcpp/config;
target = "${home}/.config/ncmpcpp/config";
};
mpv = {
source = ./config/mpv/mpv.conf;
target = "${home}/.config/mpv/mpv.conf";
};
};
};
}