This commit is contained in:
2025-09-16 18:44:18 +03:00
parent 3604718849
commit 7bc324fb1e
2 changed files with 15 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
config,
pkgs,
inputs,
...
}:
{
home.file = {
"Storage" = {
source = config.lib.file.mkOutOfStoreSymlink "${xlib.dirs.vetymae-drive}/Users/oqyude/Storage";
target = "Storage";
};
};
}
+1
View File
@@ -11,6 +11,7 @@
./modules/dconf.nix
./modules/packages.nix
./modules/plasma-manager.nix
./modules/external.nix
];
xdg = {
enable = true;