mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/foo-dogsquared: restructure config file structure
This commit is contained in:
parent
126fececf3
commit
ffe99314f3
@ -59,7 +59,7 @@
|
||||
|
||||
xdg.configFile = {
|
||||
distrobox.source = ./config/distrobox;
|
||||
kanidm.source = ./config/kanidm;
|
||||
kanidm.source = ./config/kanidm/config;
|
||||
};
|
||||
|
||||
# Automating some files to be fetched on activation.
|
||||
|
@ -5,7 +5,7 @@ let
|
||||
cfg = userCfg.setups.music;
|
||||
|
||||
ytdlpAudio = pkgs.writeScriptBin "yt-dlp-audio" ''
|
||||
${pkgs.yt-dlp}/bin/yt-dlp --config-location "${../../config/yt-dlp-audio.conf}" $@
|
||||
${pkgs.yt-dlp}/bin/yt-dlp --config-location "${../../config/yt-dlp/audio.conf}" $@
|
||||
'';
|
||||
|
||||
musicDir = config.xdg.userDirs.music;
|
||||
|
Loading…
Reference in New Issue
Block a user