reconfigured how home manager gets applied
This commit is contained in:
parent
26b231a329
commit
ff295dc7ac
8 changed files with 438 additions and 361 deletions
|
@ -14,6 +14,10 @@
|
|||
../../enviroments/client
|
||||
];
|
||||
|
||||
home-manager.users.leyla.config = {
|
||||
isFullUser = true;
|
||||
};
|
||||
|
||||
users = {
|
||||
leyla.isFullUser = true;
|
||||
ester.isFullUser = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue