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; [ environment.systemPackages = with pkgs; [
pkgs.librewolf pkgs.ungoogled-chromium
pkgs.spotify pkgs.spotify
pkgs.bitwarden-desktop pkgs.bitwarden-desktop
pkgs.bitwarden-cli pkgs.bitwarden-cli

View file

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

View file

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