Initial commit

This commit is contained in:
2020-05-30 14:07:02 +02:00
commit 0eecc461c9
9 changed files with 319 additions and 0 deletions

30
roles/subroles/dev.nix Normal file
View 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;
}