vanadium: use user shorthand

This commit is contained in:
Primrose 2025-05-13 22:04:54 +02:00
parent 48acd0a238
commit 0a1f540db2
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
# builtin screen
#
{
users.users."leana".extraGroups = ["video"];
me.extraGroups = ["video"];
programs.light.enable = true;
}
@ -12,7 +12,7 @@
# # external screen
# #
# {
# users.users."leana".extraGroups = ["i2c"];
# me.extraGroups = ["i2c"];
# hardware.i2c.enable = false;
# environment.systemPackages = [pkgs.ddcutil];
# }