about summary refs log tree commit diff stats
path: root/modules/home/conf/ytcc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/ytcc/default.nix')
-rw-r--r--modules/home/conf/ytcc/default.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/home/conf/ytcc/default.nix b/modules/home/conf/ytcc/default.nix
deleted file mode 100644
index 87300ec1..00000000
--- a/modules/home/conf/ytcc/default.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  config,
-  pkgs,
-  ...
-}: {
-  xdg.configFile."ytcc/ytcc.conf".source = pkgs.substituteAll {
-    src = ./ytcc.conf;
-    download_dir = "${config.xdg.userDirs.download}/ytcc";
-    xdg_data_home = config.xdg.dataHome;
-  };
-}