ahuston-0 82456067c7 waybar updates
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-13 13:22:13 -04:00

14 lines
145 B
Nix

{
config,
lib,
pkgs,
...
}:
{
programs.waybar = {
enable = true;
#settings = builtins.fromJSON (import ./waybar.json);
};
}