14 lines
232 B
Nix
14 lines
232 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.waybar = {
|
|
enable = true;
|
|
settings = {
|
|
mainBar = {
|
|
layer = "top";
|
|
position = "top";
|
|
height = 30;
|
|
};
|
|
};
|
|
};
|
|
} |