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; [
|
environment.systemPackages = with pkgs; [
|
||||||
acpi
|
acpi
|
||||||
aspell
|
aspell
|
||||||
bash
|
|
||||||
aspellDicts.de
|
aspellDicts.de
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
|
bash
|
||||||
bash-completion
|
bash-completion
|
||||||
bat
|
bat
|
||||||
borgbackup
|
borgbackup
|
||||||
|
@ -22,8 +22,10 @@ in {
|
||||||
jq
|
jq
|
||||||
mtr
|
mtr
|
||||||
ncdu
|
ncdu
|
||||||
|
nix-index
|
||||||
nload
|
nload
|
||||||
openssl
|
openssl
|
||||||
|
patchelf
|
||||||
pv
|
pv
|
||||||
ripgrep
|
ripgrep
|
||||||
sysstat
|
sysstat
|
||||||
|
|
|
@ -15,6 +15,7 @@ in {
|
||||||
unstable.esphome
|
unstable.esphome
|
||||||
|
|
||||||
(python38.withPackages(python-packages: with python-packages; [
|
(python38.withPackages(python-packages: with python-packages; [
|
||||||
|
dnspython
|
||||||
pyls-black
|
pyls-black
|
||||||
pyls-isort
|
pyls-isort
|
||||||
pyls-mypy
|
pyls-mypy
|
||||||
|
@ -24,9 +25,12 @@ in {
|
||||||
]))
|
]))
|
||||||
|
|
||||||
emacs
|
emacs
|
||||||
|
gitAndTools.delta
|
||||||
ltrace
|
ltrace
|
||||||
|
parallel
|
||||||
sops
|
sops
|
||||||
tig
|
tig
|
||||||
|
unstable.bazel
|
||||||
|
|
||||||
openssl pkg-config nasm cmake zlib gcc binutils-unwrapped
|
openssl pkg-config nasm cmake zlib gcc binutils-unwrapped
|
||||||
];
|
];
|
||||||
|
|
|
@ -29,5 +29,8 @@ in {
|
||||||
unstable.slack
|
unstable.slack
|
||||||
unstable.velero
|
unstable.velero
|
||||||
unstable.discord
|
unstable.discord
|
||||||
|
|
||||||
|
unstable.obs-studio
|
||||||
|
unstable.obs-wlrobs
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue