mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 08:37:34 +08:00
mv polybar to where it belongs (gets rid of ./config)
This commit is contained in:
parent
f028e0f4d0
commit
073e1eaa08
2 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue