Regenerated
This commit is contained in:
+379
-379
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -2041,7 +2041,7 @@ in
|
|||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/swaync/config.jsonc" = {
|
".config/swaync/config.jsonc" = {
|
||||||
text = builtins.readFile "${assetPath}/config.json";
|
text = builtins.readFile "${assetPath}/config.jsonc";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
".config/swaync/style.css" = {
|
".config/swaync/style.css" = {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ in
|
|||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/swaync/config.jsonc" = {
|
".config/swaync/config.jsonc" = {
|
||||||
text = builtins.readFile "${assetPath}/config.json";
|
text = builtins.readFile "${assetPath}/config.jsonc";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
".config/swaync/style.css" = {
|
".config/swaync/style.css" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user