unused code

This commit is contained in:
2026-08-08 02:30:01 +03:00
parent 682ab4aa01
commit 4636868b43
19 changed files with 0 additions and 1955 deletions
-12
View File
@@ -1,21 +1,9 @@
{
config,
pkgs,
xlib,
...
}:
let
streamripPath = "${xlib.dirs.wsl-storage}/streamrip";
in
{
# xdg = {
# configFile = {
# "streamrip" = {
# source = config.lib.file.mkOutOfStoreSymlink streamripPath;
# target = "streamrip";
# };
# };
# };
home.packages = [
pkgs.yt-dlp-light
];