fix waybar

This commit is contained in:
ahuston-0 2024-04-01 18:26:03 -04:00 committed by Alice Huston
parent b9e4e95fb5
commit 38d8b593f2
2 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,7 @@
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache-nix-dot:0hp/F6mUJXNyZeLBPNBjmyEh8gWsNVH+zkuwlWMmwXg=" "cache-nix-dot:0hp/F6mUJXNyZeLBPNBjmyEh8gWsNVH+zkuwlWMmwXg="
]; ];
trusted-users = [ trusted-users = [ "root" ];
"root"
];
}; };
inputs = { inputs = {

View File

@ -39,6 +39,8 @@
"format" = "{name} {icon}"; "format" = "{name} {icon}";
"format-icons" = { "format-icons" = {
"locked" = ""; "locked" = "";
};
};
}; };
}; };
} }