6 lines
71 B
Nix
6 lines
71 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
programs.waybar.style = lib.readFile ./style.css;
|
|
}
|