Regenerated
This commit is contained in:
+382
-382
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -1354,7 +1354,7 @@ in
|
|||||||
${username} = {
|
${username} = {
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/waybar/config,jsonc" = {
|
".config/waybar/config,jsonc" = {
|
||||||
text = builtins.readFile "${assetPath}/config";
|
text = builtins.readFile "${assetPath}/config.jsonc";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
".config/waybar/style-dark.css" = {
|
".config/waybar/style-dark.css" = {
|
||||||
@@ -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" = {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ in
|
|||||||
${username} = {
|
${username} = {
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/waybar/config,jsonc" = {
|
".config/waybar/config,jsonc" = {
|
||||||
text = builtins.readFile "${assetPath}/config";
|
text = builtins.readFile "${assetPath}/config.jsonc";
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
".config/waybar/style-dark.css" = {
|
".config/waybar/style-dark.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