7 lines
90 B
Nix
7 lines
90 B
Nix
{pkgs, ...}: {
|
|
programs.waybar = {
|
|
enable = true;
|
|
package = pkgs.waybar;
|
|
};
|
|
}
|