diff options
Diffstat (limited to 'roles/home/desktop/polybar.nix')
| -rw-r--r-- | roles/home/desktop/polybar.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/home/desktop/polybar.nix b/roles/home/desktop/polybar.nix index 82d9ee1..396218c 100644 --- a/roles/home/desktop/polybar.nix +++ b/roles/home/desktop/polybar.nix @@ -1,4 +1,4 @@ -{ pkgs, config, ... }: +{ config, pkgs, ... }: { services.polybar = { |