Regenerated
This commit is contained in:
+2
-2
@@ -1354,7 +1354,7 @@ in
|
||||
${username} = {
|
||||
home.file = {
|
||||
".config/waybar/config,jsonc" = {
|
||||
text = builtins.readFile "${assetPath}/config";
|
||||
text = builtins.readFile "${assetPath}/config.jsonc";
|
||||
force = true;
|
||||
};
|
||||
".config/waybar/style-dark.css" = {
|
||||
@@ -2041,7 +2041,7 @@ in
|
||||
|
||||
home.file = {
|
||||
".config/swaync/config.jsonc" = {
|
||||
text = builtins.readFile "${assetPath}/config.json";
|
||||
text = builtins.readFile "${assetPath}/config.jsonc";
|
||||
force = true;
|
||||
};
|
||||
".config/swaync/style.css" = {
|
||||
|
||||
Reference in New Issue
Block a user