apps
This commit is contained in:
parent
c003e4c44c
commit
f2dc32ac0c
5 changed files with 86 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
conf,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
} @ inputs: {
|
||||
users.mutableUsers = false;
|
||||
users.users = {
|
||||
${conf.user} = {
|
||||
|
|
@ -13,6 +13,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = inputs // {system-config = config;};
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
};
|
||||
|
||||
home-manager.users = let
|
||||
hm = import ../home;
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue