Regenerated
This commit is contained in:
+289
-289
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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"] ''
|
||||||
@@ -3472,7 +3473,6 @@ in
|
|||||||
chmod -R u+rwx $HOME/.config
|
chmod -R u+rwx $HOME/.config
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
@@ -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"] ''
|
||||||
@@ -36,6 +37,5 @@ in
|
|||||||
chmod -R u+rwx $HOME/.config
|
chmod -R u+rwx $HOME/.config
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user