refactor(waybar): modularize waybar config

This commit is contained in:
2026-03-11 21:33:29 +01:00
parent 6389bf4e25
commit 4c9db2b822
3 changed files with 71 additions and 65 deletions

View File

@@ -0,0 +1,5 @@
{ lib, ... }:
{
programs.waybar.style = lib.readFile ./style.css;
}