Regenerated

This commit is contained in:
2026-03-25 18:08:43 +00:00
parent 32aaa9d9bd
commit 96f5001448
2 changed files with 2 additions and 12 deletions
+1 -6
View File
@@ -29,15 +29,10 @@ in
];
home.file = {
# Ensure stylix directory exists with correct permissions
".config/stylix/.keep" = {
source = null; # just create the directory
mode = "0755"; # rwx for owner, rx for group/others
};
};
# Activation to ensure the directory is writable before symlinks
home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] ''
mkdir -p $HOME/.config
chmod u+rwx $HOME/.config
'';
};