From bb5a6d2fadb1aea0e2af0e5f2c31e1d1d9a65a93 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Sat, 11 Jan 2025 21:10:42 -0500 Subject: [PATCH] 232 current 2025-01-11 21:10:32 25.05.20241217.d3c42f1 6.6.66 * --- home/programs/polybar/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/programs/polybar/default.nix b/home/programs/polybar/default.nix index 2e6e9a2..bf3a5dd 100644 --- a/home/programs/polybar/default.nix +++ b/home/programs/polybar/default.nix @@ -48,9 +48,9 @@ in { Install.WantedBy = ["graphical-session.target"]; }; - home.activation.copyPolybarScriptsDir = lib.mkAfter '' - mkdir -p ~/.config/polybar/scripts - cp -r ${./scripts}/* ~/.config/polybar/scripts - chmod -R +x ~/.config/polybar/scripts - ''; + # home.activation.copyPolybarScriptsDir = lib.mkAfter '' + # mkdir -p ~/.config/polybar/scripts + # cp -r ${./scripts}/* ~/.config/polybar/scripts + # chmod -R +x ~/.config/polybar/scripts + # ''; }