From 14b58b346e06b3fdb1b0bf7fca844d4f3d10b220 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 8 Jan 2026 14:44:36 -0300 Subject: [PATCH] nixfmt-rfc-style is now nixfmt; programs.adb no longer a thing --- devShells.nix | 2 +- hosts/modules/dev.nix | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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" ]; }