yt-dlp
This commit is contained in:
parent
f8155bf8fa
commit
d1033e8948
4 changed files with 5 additions and 3 deletions
|
|
@ -23,9 +23,10 @@
|
||||||
../../modules/hm/__basic.nix
|
../../modules/hm/__basic.nix
|
||||||
|
|
||||||
../../modules/hm/helix.nix
|
../../modules/hm/helix.nix
|
||||||
../../modules/hm/rclone-mount-bertof.nix
|
|
||||||
../../modules/hm/kitty.nix
|
../../modules/hm/kitty.nix
|
||||||
|
../../modules/hm/rclone-mount-bertof.nix
|
||||||
../../modules/hm/syncthing.nix
|
../../modules/hm/syncthing.nix
|
||||||
|
../../modules/hm/yt-dlp.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "22.11";
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,6 @@
|
||||||
tdesktop
|
tdesktop
|
||||||
wiremix
|
wiremix
|
||||||
xournalpp
|
xournalpp
|
||||||
yt-dlp
|
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -137,6 +136,7 @@
|
||||||
../../modules/hm/webapp.nix
|
../../modules/hm/webapp.nix
|
||||||
../../modules/hm/xresources.nix
|
../../modules/hm/xresources.nix
|
||||||
../../modules/hm/yazi.nix
|
../../modules/hm/yazi.nix
|
||||||
|
../../modules/hm/yt-dlp.nix
|
||||||
../../modules/hm/zathura.nix
|
../../modules/hm/zathura.nix
|
||||||
../../modules/hm/zellij.nix
|
../../modules/hm/zellij.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,6 @@
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
wiremix
|
wiremix
|
||||||
xournalpp
|
xournalpp
|
||||||
yt-dlp
|
|
||||||
;
|
;
|
||||||
inherit (pkgs) heroic;
|
inherit (pkgs) heroic;
|
||||||
};
|
};
|
||||||
|
|
@ -139,6 +138,7 @@
|
||||||
../../modules/hm/webapp.nix
|
../../modules/hm/webapp.nix
|
||||||
../../modules/hm/xresources.nix
|
../../modules/hm/xresources.nix
|
||||||
../../modules/hm/yazi.nix
|
../../modules/hm/yazi.nix
|
||||||
|
../../modules/hm/yt-dlp.nix
|
||||||
../../modules/hm/zathura.nix
|
../../modules/hm/zathura.nix
|
||||||
../../modules/hm/zellij.nix
|
../../modules/hm/zellij.nix
|
||||||
|
|
||||||
|
|
|
||||||
1
modules/hm/yt-dlp.nix
Normal file
1
modules/hm/yt-dlp.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{ programs.yt-dlp.enable = true; }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue