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