added aider-chat for testing

This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-21 13:19:22 +02:00
parent 12fb56f35b
commit dd1f20d08d
4 changed files with 74 additions and 16 deletions

View file

@ -10,23 +10,23 @@
in {
imports = [
./media-group.nix
../ai/aider-chat.nix
];
users.users.geir = {
description = "Geir Okkenhaug Jerstad - Primary User";
isNormalUser = true;
# User groups for development and desktop use
extraGroups = [
"wheel" # sudo access
"networkmanager" # network management
"libvirt" # virtualization
"incus-admin" # container management
"podman" # container runtime
"audio" # audio devices
"video" # video devices
"render" # GPU access
"media" # shared media access for NFS shares
"wheel"
"networkmanager"
"libvirt"
"incus-admin"
"podman"
"audio"
"video"
"render"
"media"
];
shell = pkgs.zsh;