import fixes

This commit is contained in:
John Lancaster
2026-03-10 23:50:59 -05:00
parent ce55bbc194
commit ed5cecd24d
5 changed files with 11 additions and 9 deletions

View File

@@ -13,8 +13,9 @@ in
inputs.self.modules.nixos.docker
];
home-manager.users."${username}" = {
imports = with inputs.self.modules.homeManager; [
];
# imports = with inputs.self.modules; [
# homeManager."${username}"
# ];
docker.enable = true;
ssh.matchSets = {
certs = true;

View File

@@ -5,6 +5,7 @@ in
{
flake.modules.homeManager."${hostname}" = { pkgs, config, ... }: {
imports = with inputs.self.modules.homeManager; [
# base
rebuild
john
desktop