nixfmt-rfc-style is now nixfmt; programs.adb no longer a thing
This commit is contained in:
parent
4e05b20fa6
commit
14b58b346e
2 changed files with 3 additions and 4 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
inputs.agenix.packages.${system}.default
|
inputs.agenix.packages.${system}.default
|
||||||
deploy-rs
|
deploy-rs
|
||||||
nil
|
nil
|
||||||
nixfmt-rfc-style
|
nixfmt
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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" ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue