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
-3
View File
@@ -8,9 +8,6 @@
let
symlinksPaths = {
"${config.home.homeDirectory}/External/Music" = "Music";
"${xlib.dirs.storage}/beets" = ".config/beets";
"${xlib.dirs.storage}/ssh/config" = ".ssh/config";
"${xlib.dirs.storage}/ssh/known_hosts" = ".ssh/known_hosts";
};
mkLinks = lib.mapAttrs' (sourcePath: targetPath: {
name = targetPath;