Tinker with groups, fix 'no effect' prompt

This commit is contained in:
Bun 2025-06-06 15:24:58 -04:00
parent 51044e15eb
commit 1f3178804c
2 changed files with 7 additions and 5 deletions

View file

@ -3,6 +3,7 @@
programs.zellij = {
enable = true;
attachExistingSession = true;
enableZshIntegration = true;
};
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories =

View file

@ -15,22 +15,23 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJahAoF74BY6GCTsFkt1ADKaraFgJJozW1Y1aBTLK0j9 Pixel9"
];
extraGroups = [
# Privilige
"wheel"
# Devices
"audio"
"input"
"render"
"rtkit"
"video"
"dialout"
"disk"
"rtkit"
# Virtualization
"incus-admin"
"kvm"
"libvirtd"
"qemu-libvirtd"
"incus-admin"
# Services
"minecraft"
"nfsShare"
"nginx"