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,13 +3465,13 @@ in
];
home.file = {
};
# Activation to ensure the directory is writable before symlinks
home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] ''
mkdir -p $HOME/.config
chmod -R u+rwx $HOME/.config
'';
};
};
};
}
+1 -1
View File
@@ -29,13 +29,13 @@ in
];
home.file = {
};
# Activation to ensure the directory is writable before symlinks
home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] ''
mkdir -p $HOME/.config
chmod -R u+rwx $HOME/.config
'';
};
};
};
}