Add subpackage for dev stuff
This commit is contained in:
parent
95e22f2ca5
commit
0bd17fc562
38
machines/dev.nix
Normal file
38
machines/dev.nix
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
inputs:
|
||||||
|
{ config, lib, pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
neovim
|
||||||
|
vim
|
||||||
|
vscodium
|
||||||
|
|
||||||
|
openssl.dev
|
||||||
|
pkg-config
|
||||||
|
|
||||||
|
docker-compose
|
||||||
|
|
||||||
|
binutils
|
||||||
|
curl
|
||||||
|
htop
|
||||||
|
nixfmt
|
||||||
|
ripgrep
|
||||||
|
shellcheck
|
||||||
|
tmux
|
||||||
|
unzip
|
||||||
|
wget
|
||||||
|
|
||||||
|
git
|
||||||
|
|
||||||
|
rustup
|
||||||
|
|
||||||
|
direnv
|
||||||
|
|
||||||
|
#idea.idea-community
|
||||||
|
idea.idea-ultimate
|
||||||
|
|
||||||
|
dbeaver
|
||||||
|
];
|
||||||
|
|
||||||
|
services.lorri.enable = true;
|
||||||
|
|
||||||
|
programs.adb.enable = true;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user