From edef83260dc13d6253389664b19ce784a1668f0e Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 24 Aug 2025 12:53:26 +0300 Subject: [PATCH] 123 --- homeConfigurations/wsl-apps/tmsu.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 homeConfigurations/wsl-apps/tmsu.nix diff --git a/homeConfigurations/wsl-apps/tmsu.nix b/homeConfigurations/wsl-apps/tmsu.nix new file mode 100644 index 0000000..4b4fd52 --- /dev/null +++ b/homeConfigurations/wsl-apps/tmsu.nix @@ -0,0 +1,19 @@ +{ + config, + pkgs, + xlib, + ... +}: +{ + # xdg = { + # configFile = { + # "streamrip" = { + # source = config.lib.file.mkOutOfStoreSymlink streamripPath; + # target = "streamrip"; + # }; + # }; + # }; + home.packages = [ + pkgs.tmsu + ]; +}