9 lines
179 B
Nix
9 lines
179 B
Nix
{
|
|
programs.waybar = {
|
|
enable = true;
|
|
};
|
|
|
|
home.file.".config/waybar/config.jsonc".source = ./config.jsonc;
|
|
home.file.".config/waybar/style.css".source = ./style.css;
|
|
}
|