Specify waybar config in nix.

This is to facilitate having different waybar configs for each machine.
This commit is contained in:
Tom Alexander
2025-10-16 22:06:28 -04:00
parent 3bf84445a3
commit 3918775c1d
6 changed files with 238 additions and 72 deletions

View File

@@ -180,6 +180,7 @@ in
options.me.install = {
user = lib.mkOption {
default = { };
type = lib.types.attrsOf (
lib.types.submodule (
{ name, config, ... }: