From c9142c027ebd8af3c3b15827f629639d4495e2f5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 21 Aug 2024 15:17:45 +0200 Subject: feat(home/yt): Init config files --- modules/home/conf/yt/default.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/home/conf/yt/default.nix (limited to 'modules/home/conf/yt/default.nix') diff --git a/modules/home/conf/yt/default.nix b/modules/home/conf/yt/default.nix new file mode 100644 index 00000000..14710586 --- /dev/null +++ b/modules/home/conf/yt/default.nix @@ -0,0 +1,4 @@ +{...}: { + xdg.configFile."yt/mpv.conf".source = ./mpv.conf; + xdg.configFile."yt/mpv.input.conf".source = ./input.conf; +} -- cgit 1.4.1