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
@@ -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 = ''