Initial commit
This commit is contained in:
30
roles/subroles/dev.nix
Normal file
30
roles/subroles/dev.nix
Normal file
@ -0,0 +1,30 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
vim
|
||||
vscodium
|
||||
|
||||
docker-compose
|
||||
|
||||
binutils
|
||||
curl
|
||||
htop
|
||||
nixfmt
|
||||
ripgrep
|
||||
shellcheck
|
||||
tmux
|
||||
unzip
|
||||
wget
|
||||
|
||||
git
|
||||
|
||||
rustup
|
||||
|
||||
direnv
|
||||
];
|
||||
|
||||
services.lorri.enable = true;
|
||||
|
||||
programs.adb.enable = true;
|
||||
}
|
Reference in New Issue
Block a user