This commit is contained in:
2025-05-06 14:21:08 -06:00
parent 431f996cd1
commit 975185dbc3
2 changed files with 4 additions and 1 deletions

View File

@@ -55,7 +55,7 @@
users.users.alex = {
isNormalUser = true;
description = "alex";
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" ];
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" "adbusers" "kvm" ];
shell = pkgs.fish;
packages = with pkgs; [ ];
};
@@ -99,6 +99,7 @@
programs.fish.enable = true;
services.flatpak.enable = true;
hardware.steam-hardware.enable = true;
programs.adb.enable = true; # graphene
programs.gamescope = {
enable = true;