niri fully in home manager now
This commit is contained in:
parent
f2921c030b
commit
0758864078
7 changed files with 248 additions and 22 deletions
|
|
@ -102,6 +102,7 @@ in
|
|||
mkHome =
|
||||
{
|
||||
username,
|
||||
hostname ? null,
|
||||
homeDirectory ? "/home/${username}",
|
||||
tags ? [ ],
|
||||
extraModules ? [ ],
|
||||
|
|
@ -165,7 +166,7 @@ in
|
|||
home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
inherit inputs hostname;
|
||||
userTags = allTags;
|
||||
};
|
||||
modules = allModules ++ [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue