diff --git a/homeConfigurations/wsl-apps/default.nix b/homeConfigurations/wsl-apps/default.nix index e0e1416..085760f 100755 --- a/homeConfigurations/wsl-apps/default.nix +++ b/homeConfigurations/wsl-apps/default.nix @@ -5,7 +5,6 @@ imports = [ ./gramps.nix ./streamrip.nix - ./tmsu.nix ./yt-dlp.nix ]; } diff --git a/homeConfigurations/wsl-apps/tmsu.nix b/homeConfigurations/wsl-apps/tmsu.nix deleted file mode 100644 index 4b4fd52..0000000 --- a/homeConfigurations/wsl-apps/tmsu.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ - config, - pkgs, - xlib, - ... -}: -{ - # xdg = { - # configFile = { - # "streamrip" = { - # source = config.lib.file.mkOutOfStoreSymlink streamripPath; - # target = "streamrip"; - # }; - # }; - # }; - home.packages = [ - pkgs.tmsu - ]; -}