niri fully in home manager now

This commit is contained in:
William 2025-10-20 10:29:16 -03:00
parent f2921c030b
commit 0758864078
7 changed files with 248 additions and 22 deletions

View file

@ -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 ++ [