Regenerated

This commit is contained in:
2026-04-29 08:36:05 +02:00
parent 9ade89f82c
commit dcf7d59ad2
4 changed files with 414 additions and 387 deletions
+394 -385
View File
File diff suppressed because it is too large Load Diff
+10 -1
View File
@@ -1154,6 +1154,15 @@ in
".config/hypr/window-rules.conf" = { source = "${assetPath}/window-rules.conf"; force = true; };
".config/hypr/workspace-rules.conf" = { source = "${assetPath}/workspace-rules.conf"; force = true; };
};
home.activation.MakeMutable = {
after = [ "writeBoundary" ];
before = [];
data = ''
rm -f $HOME/.config/hypr/*
cp ${assetPath}/* $HOME/.config/hypr/
chmod u+w $HOME/.config/hypr/*
'';
};
};
};
}
@@ -1356,7 +1365,7 @@ in
".config/waybar/style-dark.css".source = "${waybarPath}/style-dark.css";
};
home.activation.waybarMutableCss = {
home.activation.MakeMutable = {
after = [ "writeBoundary" ];
before = [];
data = ''
@@ -34,6 +34,15 @@ in
".config/hypr/window-rules.conf" = { source = "${assetPath}/window-rules.conf"; force = true; };
".config/hypr/workspace-rules.conf" = { source = "${assetPath}/workspace-rules.conf"; force = true; };
};
home.activation.MakeMutable = {
after = [ "writeBoundary" ];
before = [];
data = ''
rm -f $HOME/.config/hypr/*
cp ${assetPath}/* $HOME/.config/hypr/
chmod u+w $HOME/.config/hypr/*
'';
};
};
};
}
@@ -13,7 +13,7 @@ in
".config/waybar/style-dark.css".source = "${waybarPath}/style-dark.css";
};
home.activation.waybarMutableCss = {
home.activation.MakeMutable = {
after = [ "writeBoundary" ];
before = [];
data = ''