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; }