Files
nix-dotfiles/users/alice/home/waybar.nix
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);
};
}