mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: home-manager?
This commit is contained in:
parent
b4b8f5988f
commit
672ffc38cc
8 changed files with 74 additions and 44 deletions
|
|
@ -13,6 +13,7 @@
|
|||
tree.modules.system
|
||||
];
|
||||
specialArgs = {
|
||||
machine = name;
|
||||
inherit name inputs std tree pkgs;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue