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

View File

@@ -14,6 +14,8 @@
ghostty ghostty
elixir_1_18 elixir_1_18
inotify-tools # needed for elixir hot-reloading inotify-tools # needed for elixir hot-reloading
nodejs_23
pnpm
]; ];
programs.ghostty = { programs.ghostty = {