zellij to trigger nix rebuild of hm and nixos or darwin

This commit is contained in:
Noah Masur
2025-05-14 15:04:49 -04:00
parent f2e09c9adc
commit 23f46e51e6
11 changed files with 64 additions and 5 deletions

View File

@ -10,6 +10,10 @@
type = lib.types.str;
description = "Human readable name of the user";
};
host = lib.mkOption {
type = lib.types.str;
description = "Name of the host of this deployment";
};
hostnames = lib.mkOption {
type = lib.types.attrsOf lib.types.str;
description = "Map of service names to FQDNs";