reorg
This commit is contained in:
10
modules/nix-tools/home-manager.nix
Normal file
10
modules/nix-tools/home-manager.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake-file.inputs = {
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
};
|
||||
|
||||
imports = [
|
||||
inputs.home-manager.flakeModules.home-manager
|
||||
];
|
||||
}
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user