From ba00e9318e18f2c8bd62fa6fb19b2cf73773daae Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 26 Jul 2024 12:31:29 -0700 Subject: unify param ordering --- roles/home/desktop/polybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/home/desktop/polybar.nix') 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 = { -- cgit v1.2.3