mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 06:50:13 +00:00
move yt-dlp to separate file
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user