added home manger to all flakes
This commit is contained in:
parent
89c8c729fa
commit
bba88fc3fe
5 changed files with 26 additions and 13 deletions
|
@ -14,11 +14,13 @@
|
|||
../../enviroments/client
|
||||
];
|
||||
|
||||
home-manager.users.leyla.config = {
|
||||
isFullUser = true;
|
||||
hasGPU = true;
|
||||
};
|
||||
|
||||
users = {
|
||||
leyla = {
|
||||
isFullUser = true;
|
||||
hasGPU = true;
|
||||
};
|
||||
leyla.isFullUser = true;
|
||||
ester.isFullUser = true;
|
||||
eve.isFullUser = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue