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

@@ -17,45 +17,33 @@ 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";
};
zsh_remote = lib.mkOption {
type = lib.types.str;
default = "1920x1080";
description = "zsh remote secret";
};
};
options.zsh_remote = lib.mkOption {
type = lib.types.str;
default = "1920x1080";
description = "zsh remote secret";
};
config = {
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
backupFileExtension = "backup";
# sharedModules = [agenix.homeManagerModules.default];
# extraSpecialArgs = {inherit (config);};
# users.synchronous.imports = [
# ({
# config,
# lib,
# ...
# }:
# import ../../home/home.nix {
# inherit config pkgs lib;
# })
# ];
users.synchronous.imports = [../../home/home.nix];
};
# nixPath = [
# "nixpkgs=${inputs.nixpkgs}" # FLAKE, NIXD
# "/nix/var/nix/profiles/per-user/root/channels"
# "nixpkgs=${inputs.nixpkgs}" # FLAKE, NIXD
# "/nix/var/nix/profiles/per-user/root/channels"
# ];
res = "1920x1080";
age = {
secrets.zsh_remote = {
@@ -135,7 +123,6 @@ in {
};
};
# Set your time zone.
time.timeZone = "America/New_York";