398 current 2025-05-22 01:40:26 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-22 01:41:06 -04:00
parent a7b67ca592
commit 1fe702cdb3
4 changed files with 160 additions and 200 deletions

View File

@@ -16,16 +16,18 @@ in {
../../system/system.nix
];
options.res = lib.mkOption {
type = lib.types.str;
default = "1920x1080";
description = "screen resolution";
};
options = {
res = lib.mkOption {
type = lib.types.str;
default = "1920x1080";
description = "screen resolution";
};
options.zsh_remote = lib.mkOption {
type = lib.types.str;
default = "1920x1080";
description = "zsh remote secret";
# zsh_remote = lib.mkOption {
# type = lib.types.str;
# default = "1920x1080";
# description = "zsh remote secret";
# };
};
config = {