add cursor-cli. restructure groups

This commit is contained in:
sid 2026-05-18 13:41:13 +02:00
parent 1eba3e269d
commit 185e04287d
3 changed files with 7 additions and 5 deletions

View file

@ -30,10 +30,7 @@
programs.steam.enable = true;
programs.adb.enable = true;
users.users.sid.extraGroups = [
"adbusers"
"kvm"
];
users.groups.adbusers.members = [ "sid" ];
boot.binfmt.emulatedSystems = [
"aarch64-linux"
@ -46,6 +43,7 @@
"dialout"
"floppy"
"input"
"kvm"
"libvirtd"
"lp"
"networkmanager"

View file

@ -7,7 +7,10 @@
normalUsers = {
sid = {
extraGroups = [ "wheel" ];
extraGroups = [
"users"
"wheel"
];
sshKeyFiles = [
./pubkeys/gpg.pub
];

View file

@ -8,6 +8,7 @@ in
with pkgs;
[
audacity
cursor-cli
drawio
gimp
inkscape