Regenerated
This commit is contained in:
+8
-2
@@ -827,8 +827,14 @@ in
|
||||
home-manager.users = {
|
||||
${username} = {
|
||||
home.file = {
|
||||
".config/waybar/config" = { source = "${assetPath}/config"; };
|
||||
".config/waybar/style.css" = { source = "${assetPath}/style.css"; };
|
||||
".config/waybar/config" = {
|
||||
source = "${assetPath}/config";
|
||||
force = true; # <-- allow overwrite
|
||||
};
|
||||
".config/waybar/style.css" = {
|
||||
source = "${assetPath}/style.css";
|
||||
force = true; # <-- allow overwrite
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -13,8 +13,14 @@ in
|
||||
home-manager.users = {
|
||||
${username} = {
|
||||
home.file = {
|
||||
".config/waybar/config" = { source = "${assetPath}/config"; };
|
||||
".config/waybar/style.css" = { source = "${assetPath}/style.css"; };
|
||||
".config/waybar/config" = {
|
||||
source = "${assetPath}/config";
|
||||
force = true; # <-- allow overwrite
|
||||
};
|
||||
".config/waybar/style.css" = {
|
||||
source = "${assetPath}/style.css";
|
||||
force = true; # <-- allow overwrite
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user