try to setup tuckr

This commit is contained in:
2026-03-13 16:25:02 +03:00
parent e7daeccb27
commit ce19d10585
7 changed files with 5 additions and 27 deletions
-11
View File
@@ -4,18 +4,7 @@
xlib,
...
}:
let
streamripPath = "${xlib.dirs.wsl-storage}/streamrip";
in
{
xdg = {
configFile = {
"streamrip" = {
source = config.lib.file.mkOutOfStoreSymlink streamripPath;
target = "streamrip";
};
};
};
home.packages = [
pkgs.streamrip
];