formatting

This commit is contained in:
mjallen18
2025-11-20 16:18:28 -06:00
parent babe314199
commit 53a64aaf52
8 changed files with 151 additions and 155 deletions

View File

@@ -1,10 +1,8 @@
{
config,
lib,
options,
namespace,
inputs,
system,
...
}:
{
@@ -43,17 +41,13 @@
};
# Make ALL external HM modules available globally
sharedModules =
with inputs;
[
sops-nix.homeManagerModules.sops
nix-plist-manager.homeManagerModules.default
# Add any other external HM modules here
];
sharedModules = with inputs; [
sops-nix.homeManagerModules.sops
nix-plist-manager.homeManagerModules.default
# Add any other external HM modules here
];
users."mattjallen" =
lib.mkAliasDefinitions
options.${namespace}.home.extraOptions;
users."mattjallen" = lib.mkAliasDefinitions options.${namespace}.home.extraOptions;
verbose = true;
};

View File

@@ -1,4 +1,4 @@
{ config, ... }:
{ ... }:
{
config = {
programs.ssh.knownHosts = {
@@ -10,4 +10,4 @@
};
};
};
}
}