Regenerated

This commit is contained in:
2026-03-31 11:14:05 +00:00
parent 859d72c985
commit 52e41e4067
3 changed files with 291 additions and 291 deletions
+289 -289
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -3465,6 +3465,7 @@ in
]; ];
home.file = { home.file = {
};
# Activation to ensure the directory is writable before symlinks # Activation to ensure the directory is writable before symlinks
home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] '' home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] ''
@@ -3473,7 +3474,6 @@ in
''; '';
}; };
}; };
};
} }
#+END_SRC #+END_SRC
+1 -1
View File
@@ -29,6 +29,7 @@ in
]; ];
home.file = { home.file = {
};
# Activation to ensure the directory is writable before symlinks # Activation to ensure the directory is writable before symlinks
home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] '' home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] ''
@@ -37,5 +38,4 @@ in
''; '';
}; };
}; };
};
} }