1
0
Fork 0

Lots of shit

This commit is contained in:
Atridad Lahiji 2025-01-07 00:12:25 -07:00
parent c72c749a41
commit e16ad32259
3 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{
environment.systemPackages = with pkgs; [
pkgs.librewolf
pkgs.ungoogled-chromium
pkgs.spotify
pkgs.bitwarden-desktop
pkgs.bitwarden-cli

View file

@ -64,7 +64,7 @@
users.users.atridad = {
isNormalUser = true;
description = "Atridad Lahiji";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "adbusers" ];
packages = with pkgs; [
kdePackages.kate
];

View file

@ -44,4 +44,6 @@
pkgs.helix
pkgs.zed-editor
];
programs.adb.enable = true;
}