mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
15 lines
225 B
Nix
Executable File
15 lines
225 B
Nix
Executable File
{
|
|
config,
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}:
|
|
{
|
|
home.file = {
|
|
"Storage" = {
|
|
source = config.lib.file.mkOutOfStoreSymlink "${xlib.dirs.vetymae-drive}/Users/oqyude/Storage";
|
|
target = "Storage";
|
|
};
|
|
};
|
|
}
|