moved ester and eve over to home manager
This commit is contained in:
parent
dec1ef1d96
commit
04871258ee
15 changed files with 233 additions and 119 deletions
|
@ -14,14 +14,17 @@
|
|||
../../enviroments/client
|
||||
];
|
||||
|
||||
home-manager.users.leyla.config = {
|
||||
isFullUser = true;
|
||||
hasGPU = true;
|
||||
};
|
||||
|
||||
users = {
|
||||
ester.isFullUser = true;
|
||||
eve.isFullUser = true;
|
||||
home-manager.users = {
|
||||
leyla.config = {
|
||||
isDesktopUser = true;
|
||||
hasGPU = true;
|
||||
};
|
||||
ester.config = {
|
||||
isDesktopUser = true;
|
||||
};
|
||||
eve.config = {
|
||||
isDesktopUser = true;
|
||||
};
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue