171 current 2025-01-03 00:20:05 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-03 00:20:13 -05:00
parent 1e86a2fe13
commit 0cd456a7ef
3 changed files with 24 additions and 1 deletions

View File

@@ -29,4 +29,10 @@ in {
systemd.user.services.polybar = {
Install.WantedBy = ["graphical-session.target"];
};
home.activation.copyPolybarScriptsDir = lib.mkAfter ''
mkdir -p ~/.config/polybar/scripts
cp -r ${./scripts}/* ~/.config/polybar/scripts
chmod -R u+w ~/.config/polybar/scripts
'';
}