This commit is contained in:
Filippo Berto 2025-08-06 09:53:52 +02:00
parent f8155bf8fa
commit d1033e8948
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 5 additions and 3 deletions

View file

@ -23,9 +23,10 @@
../../modules/hm/__basic.nix
../../modules/hm/helix.nix
../../modules/hm/rclone-mount-bertof.nix
../../modules/hm/kitty.nix
../../modules/hm/rclone-mount-bertof.nix
../../modules/hm/syncthing.nix
../../modules/hm/yt-dlp.nix
];
home.stateVersion = "22.11";

View file

@ -50,7 +50,6 @@
tdesktop
wiremix
xournalpp
yt-dlp
;
};
};
@ -137,6 +136,7 @@
../../modules/hm/webapp.nix
../../modules/hm/xresources.nix
../../modules/hm/yazi.nix
../../modules/hm/yt-dlp.nix
../../modules/hm/zathura.nix
../../modules/hm/zellij.nix
];

View file

@ -58,7 +58,6 @@
wireguard-tools
wiremix
xournalpp
yt-dlp
;
inherit (pkgs) heroic;
};
@ -139,6 +138,7 @@
../../modules/hm/webapp.nix
../../modules/hm/xresources.nix
../../modules/hm/yazi.nix
../../modules/hm/yt-dlp.nix
../../modules/hm/zathura.nix
../../modules/hm/zellij.nix

1
modules/hm/yt-dlp.nix Normal file
View file

@ -0,0 +1 @@
{ programs.yt-dlp.enable = true; }