mv polybar to where it belongs (gets rid of ./config)

This commit is contained in:
Sridhar Ratnakumar 2022-04-30 11:51:47 -04:00
parent f028e0f4d0
commit 073e1eaa08
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@
description = "Polybar";
wantedBy = [ "graphical-session.target" ];
serviceConfig = {
ExecStart = "${pkgs.polybar}/bin/polybar -c /etc/nixos/config/polybar example";
ExecStart = "${pkgs.polybar}/bin/polybar -c /etc/nixos/nixos/desktopish/polybar example";
Restart = "on-abnormal";
};
};