feat: home-manager?

This commit is contained in:
Kat Inskip 2024-07-13 17:47:03 -07:00
parent b4b8f5988f
commit 672ffc38cc
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
8 changed files with 74 additions and 44 deletions

View file

@ -13,6 +13,7 @@
tree.modules.system
];
specialArgs = {
machine = name;
inherit name inputs std tree pkgs;
};
})

View file

@ -10,15 +10,11 @@ _: let
imports =
with tree.home.profiles; [
common
];
home-manager.users.kat = {
imports = with tree.home.profiles; [
devops
graphical
neovim
shell
];
};
};
in {
arch = "x86_64";