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} = {
|
||||
home.file = {
|
||||
".config/wofi/config" = {
|
||||
text = "${assetPath}/config";
|
||||
text = builtins.readFile "${assetPath}/config";
|
||||
force = true;
|
||||
};
|
||||
".config/wofi/style.css" = {
|
||||
text = "${assetPath}/style.css";
|
||||
text = builtins.readFile "${assetPath}/style.css";
|
||||
force = true;
|
||||
};
|
||||
};;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -11,13 +11,13 @@ in
|
||||
${username} = {
|
||||
home.file = {
|
||||
".config/wofi/config" = {
|
||||
text = "${assetPath}/config";
|
||||
text = builtins.readFile "${assetPath}/config";
|
||||
force = true;
|
||||
};
|
||||
".config/wofi/style.css" = {
|
||||
text = "${assetPath}/style.css";
|
||||
text = builtins.readFile "${assetPath}/style.css";
|
||||
force = true;
|
||||
};
|
||||
};;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user