added some dev apps and services

This commit is contained in:
2024-08-15 01:11:28 +09:00
parent 70bb31c3f5
commit 15832ba2f3
18 changed files with 102 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
users.users.${userSettings.username} = {
isNormalUser = true;
description = userSettings.name;
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "docker" "input" "flatpak" "dialout" "video" "input" "audio" "libvirtd" ];
packages = with pkgs; [];
uid = 1000;
};