mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -10,6 +10,8 @@ let
|
|||||||
"${config.home.homeDirectory}/External/Music" = "Music";
|
"${config.home.homeDirectory}/External/Music" = "Music";
|
||||||
"${xlib.dirs.wsl-home}" = "External";
|
"${xlib.dirs.wsl-home}" = "External";
|
||||||
"${xlib.dirs.wsl-storage}/beets" = ".config/beets";
|
"${xlib.dirs.wsl-storage}/beets" = ".config/beets";
|
||||||
|
"${xlib.dirs.wsl-storage}/ssh/config" = ".ssh/config";
|
||||||
|
"${xlib.dirs.wsl-storage}/ssh/known_hosts" = ".ssh/known_hosts";
|
||||||
};
|
};
|
||||||
mkLinks = lib.mapAttrs' (sourcePath: targetPath: {
|
mkLinks = lib.mapAttrs' (sourcePath: targetPath: {
|
||||||
name = targetPath;
|
name = targetPath;
|
||||||
|
|||||||
Reference in New Issue
Block a user