Added host option

This commit is contained in:
2025-06-24 14:04:56 +02:00
parent d2cc6663e7
commit 751cb87d8d
9 changed files with 25 additions and 4 deletions

View File

@@ -1,6 +1,13 @@
{ inputs, outputs, config, lib, ... }:
{
options = {
settings.host = lib.mkOption {
type = lib.types.str;
description = "Hostname";
};
};
imports = [
./applications/alacritty.nix
./applications/common.nix