From 38d8b593f2432b0a3b0f88a042374c652064c2b2 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 1 Apr 2024 18:26:03 -0400 Subject: [PATCH] fix waybar --- flake.nix | 4 +--- users/alice/home/waybar.nix | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 2bf7faa..94b7aae 100644 --- a/flake.nix +++ b/flake.nix @@ -20,9 +20,7 @@ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "cache-nix-dot:0hp/F6mUJXNyZeLBPNBjmyEh8gWsNVH+zkuwlWMmwXg=" ]; - trusted-users = [ - "root" - ]; + trusted-users = [ "root" ]; }; inputs = { diff --git a/users/alice/home/waybar.nix b/users/alice/home/waybar.nix index ff6204e..dd0c9b2 100644 --- a/users/alice/home/waybar.nix +++ b/users/alice/home/waybar.nix @@ -39,6 +39,8 @@ "format" = "{name} {icon}"; "format-icons" = { "locked" = ""; + }; + }; }; }; }