move yt-dlp to separate file

This commit is contained in:
Noah Masur
2023-03-08 22:56:07 -05:00
parent d5b0405b99
commit 71d0d3ca14
5 changed files with 42 additions and 1 deletions

View File

@ -32,6 +32,11 @@
};
home-manager.users.${config.user}.xdg = {
# Allow Nix to manage the default applications list
mimeApps.enable = true;
# Set directories for application defaults
userDirs = {
enable = true;
createDirectories = true;