replaced isThinInstallation with isThinUser

added util folder
This commit is contained in:
Leyla Becker 2024-09-03 01:27:10 -05:00
parent 0e58bc282b
commit 30fb7851ac
5 changed files with 19 additions and 13 deletions

View file

@ -16,10 +16,7 @@
sops.age.keyFile = "/home/leyla/.config/sops/age/keys.txt";
users.leyla = {
isNormalUser = true;
isThinInstallation = true;
};
users.leyla.isThinUser = true;
boot.loader.grub = {
enable = true;