commit 230da64633e0cbadf2833f28c49c227278751e3f
parent 6a6191ff01db84f2dae33dbd6bc98191bf2acb4e
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 12 Jan 2022 19:34:15 +0100
parent 6a6191ff01db84f2dae33dbd6bc98191bf2acb4e
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 12 Jan 2022 19:34:15 +0100
programs/waybar: fix missing input
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configurations/programs/waybar/default.nix b/configurations/programs/waybar/default.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, ... }: +{ config, lib, pkgs, ... }: { home-manager.users.leah = {