This commit is contained in:
jaina heartles 2024-04-15 09:41:57 -07:00
parent d344674642
commit d5ba8edbcb

View file

@ -217,12 +217,14 @@ in {
users.users.jaina = {
isNormalUser = true;
uid = 1000;
extraGroups = [ "wheel" "networkmanager" "libvirtd" ];
extraGroups = [ "wheel" "networkmanager" "libvirtd" "adbusers" ];
packages = with pkgs; [ fish ];
shell = pkgs.fish;
};
programs.fish.enable = true;
programs.adb.enable = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [