Regenerated
This commit is contained in:
+1
-6
@@ -1104,15 +1104,10 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
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
|
# 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"] ''
|
||||||
|
mkdir -p $HOME/.config
|
||||||
chmod u+rwx $HOME/.config
|
chmod u+rwx $HOME/.config
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -29,15 +29,10 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
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
|
# 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"] ''
|
||||||
|
mkdir -p $HOME/.config
|
||||||
chmod u+rwx $HOME/.config
|
chmod u+rwx $HOME/.config
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user