This commit is contained in:
John Lancaster
2026-03-11 08:49:07 -05:00
parent dac3b84ffb
commit cf2ba8731d
19 changed files with 56 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
{ inputs, ... }:
{
flake-file.inputs = {
home-manager.url = "github:nix-community/home-manager";
};
imports = [
inputs.home-manager.flakeModules.home-manager
];
}

View File

@@ -15,6 +15,7 @@
"wheel"
];
};
# https://github.com/Doc-Steve/dendritic-design-with-flake-parts/wiki/Dendritic_Aspects#multi-context-aspect
home-manager.users."${username}" = {
imports = [
self.modules.homeManager."${username}"