.dotfiles/dot_config/flake/machines/hinge/sketchybar.nix
2025-02-17 12:54:48 -05:00

8 lines
123 B
Nix

{pkgs, ...}: {
services.sketchybar = {
# enable = true;
extraPackages = with pkgs; [
sbarlua
];
};
}