398 current 2025-05-22 01:40:26 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user