Regenerated

This commit is contained in:
2026-04-27 18:50:00 +02:00
parent 46b324d8d7
commit eacbf6044b
3 changed files with 383 additions and 383 deletions
+381 -381
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1337,7 +1337,7 @@ in
home-manager.users.${username} = { config, lib, ... }:
let
# Helper to make out-of-store symlinks (clean + re
link = path: lib.file.mkOutOfStoreSymlink path;
link = path: config.lib.file.mkOutOfStoreSymlink path;
in
{
home.file = {
@@ -12,7 +12,7 @@ in
home-manager.users.${username} = { config, lib, ... }:
let
# Helper to make out-of-store symlinks (clean + re
link = path: lib.file.mkOutOfStoreSymlink path;
link = path: config.lib.file.mkOutOfStoreSymlink path;
in
{
home.file = {