diff options
Diffstat (limited to 'snowfall/modules/home/apps/polybar')
| -rw-r--r-- | snowfall/modules/home/apps/polybar/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snowfall/modules/home/apps/polybar/default.nix b/snowfall/modules/home/apps/polybar/default.nix index a46627f..e942a21 100644 --- a/snowfall/modules/home/apps/polybar/default.nix +++ b/snowfall/modules/home/apps/polybar/default.nix @@ -11,7 +11,7 @@ in { config = mkIf cfg.enable { services.polybar = { enable = true; - script = "polybar"; + script = ""; package = pkgs.polybar.override { i3Support = true; |