This commit is contained in:
2025-08-24 13:11:09 +03:00
parent ee027a0028
commit 0fb61984b6
2 changed files with 0 additions and 20 deletions
-1
View File
@@ -5,7 +5,6 @@
imports = [
./gramps.nix
./streamrip.nix
./tmsu.nix
./yt-dlp.nix
];
}
-19
View File
@@ -1,19 +0,0 @@
{
config,
pkgs,
xlib,
...
}:
{
# xdg = {
# configFile = {
# "streamrip" = {
# source = config.lib.file.mkOutOfStoreSymlink streamripPath;
# target = "streamrip";
# };
# };
# };
home.packages = [
pkgs.tmsu
];
}