more software is more

This commit is contained in:
foosinn 2021-02-03 11:47:11 +01:00
parent e56b4f36ea
commit d453e0fafd
3 changed files with 10 additions and 1 deletions

View file

@ -6,9 +6,9 @@ in {
environment.systemPackages = with pkgs; [
acpi
aspell
bash
aspellDicts.de
aspellDicts.en
bash
bash-completion
bat
borgbackup
@ -22,8 +22,10 @@ in {
jq
mtr
ncdu
nix-index
nload
openssl
patchelf
pv
ripgrep
sysstat

View file

@ -15,6 +15,7 @@ in {
unstable.esphome
(python38.withPackages(python-packages: with python-packages; [
dnspython
pyls-black
pyls-isort
pyls-mypy
@ -24,9 +25,12 @@ in {
]))
emacs
gitAndTools.delta
ltrace
parallel
sops
tig
unstable.bazel
openssl pkg-config nasm cmake zlib gcc binutils-unwrapped
];

View file

@ -29,5 +29,8 @@ in {
unstable.slack
unstable.velero
unstable.discord
unstable.obs-studio
unstable.obs-wlrobs
];
}