From e16ad322597c84cf224856adb8384724c151c4c9 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 7 Jan 2025 00:12:25 -0700 Subject: [PATCH] Lots of shit --- apps.nix | 2 +- configuration.nix | 2 +- dev.nix | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps.nix b/apps.nix index 5ea9c83..a4e92d3 100644 --- a/apps.nix +++ b/apps.nix @@ -2,7 +2,7 @@ { environment.systemPackages = with pkgs; [ - pkgs.librewolf + pkgs.ungoogled-chromium pkgs.spotify pkgs.bitwarden-desktop pkgs.bitwarden-cli diff --git a/configuration.nix b/configuration.nix index 9bd4b77..d61a1e6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -64,7 +64,7 @@ users.users.atridad = { isNormalUser = true; description = "Atridad Lahiji"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "adbusers" ]; packages = with pkgs; [ kdePackages.kate ]; diff --git a/dev.nix b/dev.nix index 11cc48e..f3026c2 100644 --- a/dev.nix +++ b/dev.nix @@ -44,4 +44,6 @@ pkgs.helix pkgs.zed-editor ]; + + programs.adb.enable = true; }