From 647b2bbfead83bcd9aa799529da2835474ac0cae Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 10 Feb 2022 08:31:39 -0800 Subject: home-manager: fix typo for polybar --- users/fcuny/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/fcuny') diff --git a/users/fcuny/i3.nix b/users/fcuny/i3.nix index 8366111..869fbb4 100644 --- a/users/fcuny/i3.nix +++ b/users/fcuny/i3.nix @@ -40,6 +40,6 @@ in services.polybar = { enable = true; package = pkgs.polybarFull; - script = "polybar --config=${config.xdg.configFile."polybar".source}/$(hostname -s).ini -r alone &"; + script = "polybar --config=${config.xdg.configHome}/polybar/$(hostname -s).ini -r alone &"; }; } -- cgit 1.4.1