cleaned up configs

This commit is contained in:
Leyla Becker 2024-09-03 00:26:27 -05:00
parent 0545051a1b
commit e9645905f4
3 changed files with 14 additions and 4 deletions

View file

@ -16,7 +16,13 @@
sops.age.keyFile = "/home/leyla/.config/sops/age/keys.txt";
users.leyla.isNormalUser = true;
users.leyla = {
isNormalUser = true;
hasPiperMouse = true;
hasOpenRGBHardware = true;
hasViaKeyboard = true;
hasGPU = true;
};
users.ester.isNormalUser = true;
users.eve.isNormalUser = true;