diff options
author | Soispha <soispha@vhack.eu> | 2024-01-01 13:34:35 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-01 13:36:06 +0100 |
commit | 4ace68192e5885bddcada74a11ce2f87d2e4509b (patch) | |
tree | a8c8b370dd8dd62117f717424d4adb4001c1aab0 /hm/soispha/conf/ytcc/default.nix | |
parent | fix(hm/conf/yambar/config): Use correct anchor (diff) | |
download | nixos-config-4ace68192e5885bddcada74a11ce2f87d2e4509b.zip |
feat(hm/conf/ytcc): Init
Diffstat (limited to 'hm/soispha/conf/ytcc/default.nix')
-rw-r--r-- | hm/soispha/conf/ytcc/default.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hm/soispha/conf/ytcc/default.nix b/hm/soispha/conf/ytcc/default.nix new file mode 100644 index 00000000..0a336be5 --- /dev/null +++ b/hm/soispha/conf/ytcc/default.nix @@ -0,0 +1,11 @@ +{ + config, + pkgs, + ... +}: { + xdg.configFile."ytcc/ytcc.conf".source = pkgs.substituteAll { + src = ./ytcc.conf; + xdg_download_dir = config.xdg.userDirs.download; + xdg_data_home = config.xdg.dataHome; + }; +} |