ahuston-0 3522ebd8c5 applies all recommended deadnix fixes, and adds it to checks
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-22 00:02:47 +00:00

9 lines
118 B
Nix

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