moved user config back into user file from home file

This commit is contained in:
Leyla Becker 2024-10-04 01:51:38 +02:00
parent ce2f59a386
commit 60fba00be9
13 changed files with 71 additions and 50 deletions

View file

@ -14,8 +14,10 @@
../../enviroments/server
];
home-manager.users.leyla.config = {
isTerminalUser = true;
nixos.users = {
leyla = {
isTerminalUser = true;
};
};
boot.loader.grub = {