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 inputs.agenix.packages.${system}.default
deploy-rs deploy-rs
nil nil
nixfmt-rfc-style nixfmt
]; ];
}; };
}; };

View file

@ -2,18 +2,17 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
android-tools
bat bat
lazygit lazygit
fd fd
fzf fzf
glow glow
nixfmt-rfc-style nixfmt
nix-init nix-init
nix-output-monitor nix-output-monitor
ripgrep ripgrep
]; ];
programs.adb.enable = true;
users.users.user.extraGroups = [ "adbusers" ]; users.users.user.extraGroups = [ "adbusers" ];
} }