From d453e0fafd7fcc0ce4069d709472d3786461bcab Mon Sep 17 00:00:00 2001 From: foosinn Date: Wed, 3 Feb 2021 11:47:11 +0100 Subject: [PATCH] more software is more --- roles/base.nix | 4 +++- roles/dev.nix | 4 ++++ roles/work.nix | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/roles/base.nix b/roles/base.nix index 3e72c4b..c0d9ea2 100644 --- a/roles/base.nix +++ b/roles/base.nix @@ -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 diff --git a/roles/dev.nix b/roles/dev.nix index 327e6cc..b3cf5d0 100644 --- a/roles/dev.nix +++ b/roles/dev.nix @@ -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 ]; diff --git a/roles/work.nix b/roles/work.nix index 412e167..b075c8e 100644 --- a/roles/work.nix +++ b/roles/work.nix @@ -29,5 +29,8 @@ in { unstable.slack unstable.velero unstable.discord + + unstable.obs-studio + unstable.obs-wlrobs ]; }