added aider-chat for testing
This commit is contained in:
parent
12fb56f35b
commit
dd1f20d08d
4 changed files with 74 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue