mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
8 lines
123 B
Nix
8 lines
123 B
Nix
{pkgs, ...}: {
|
|
services.sketchybar = {
|
|
# enable = true;
|
|
extraPackages = with pkgs; [
|
|
sbarlua
|
|
];
|
|
};
|
|
}
|