more software is more
This commit is contained in:
parent
e56b4f36ea
commit
d453e0fafd
3 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
|
|
@ -29,5 +29,8 @@ in {
|
|||
unstable.slack
|
||||
unstable.velero
|
||||
unstable.discord
|
||||
|
||||
unstable.obs-studio
|
||||
unstable.obs-wlrobs
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue