nixfmt-rfc-style is now nixfmt; programs.adb no longer a thing

This commit is contained in:
William 2026-01-08 14:44:36 -03:00
parent 4e05b20fa6
commit 14b58b346e
2 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,7 @@
inputs.agenix.packages.${system}.default
deploy-rs
nil
nixfmt-rfc-style
nixfmt
];
};
};

View file

@ -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" ];
}