added home manger to all flakes

This commit is contained in:
Leyla Becker 2024-10-03 16:38:51 +02:00
parent 89c8c729fa
commit bba88fc3fe
5 changed files with 26 additions and 13 deletions

View file

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