diff --git a/devShells.nix b/devShells.nix index f7e9627..1c93cf3 100644 --- a/devShells.nix +++ b/devShells.nix @@ -9,7 +9,7 @@ inputs.agenix.packages.${system}.default deploy-rs nil - nixfmt-rfc-style + nixfmt ]; }; }; diff --git a/hosts/modules/dev.nix b/hosts/modules/dev.nix index c4cca78..d9c31f7 100644 --- a/hosts/modules/dev.nix +++ b/hosts/modules/dev.nix @@ -2,18 +2,17 @@ { environment.systemPackages = with pkgs; [ + android-tools bat lazygit fd fzf glow - nixfmt-rfc-style + nixfmt nix-init nix-output-monitor ripgrep ]; - programs.adb.enable = true; - users.users.user.extraGroups = [ "adbusers" ]; }