Regenerated
This commit is contained in:
+303
-303
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -942,13 +942,13 @@ in
|
|||||||
${username} = {
|
${username} = {
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/wofi/config" = {
|
".config/wofi/config" = {
|
||||||
text = "${assetPath}/config";
|
text = builtins.readFile "${assetPath}/config";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
".config/wofi/style.css" = {
|
".config/wofi/style.css" = {
|
||||||
text = "${assetPath}/style.css";
|
text = builtins.readFile "${assetPath}/style.css";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -11,13 +11,13 @@ in
|
|||||||
${username} = {
|
${username} = {
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/wofi/config" = {
|
".config/wofi/config" = {
|
||||||
text = "${assetPath}/config";
|
text = builtins.readFile "${assetPath}/config";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
".config/wofi/style.css" = {
|
".config/wofi/style.css" = {
|
||||||
text = "${assetPath}/style.css";
|
text = builtins.readFile "${assetPath}/style.css";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user