[nix] Move openssl to system config, add docker-compose

This commit is contained in:
Sebastian Schulze 2021-06-04 13:17:06 +02:00
parent deee079b23
commit 6541d98845
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
2 changed files with 4 additions and 2 deletions

View File

@ -132,6 +132,7 @@
wireguard wireguard
wireguard-tools wireguard-tools
openvpn openvpn
openssl
ledger-udev-rules ledger-udev-rules
]; ];

View File

@ -18,6 +18,7 @@ in
home.packages = [ home.packages = [
unstable.borgmatic unstable.borgmatic
pkgs.docker-compose
pkgs.toilet pkgs.toilet
pkgs.ydotool pkgs.ydotool
pkgs.somafm-cli pkgs.somafm-cli
@ -27,7 +28,6 @@ in
pkgs.httpie pkgs.httpie
pkgs.yaml-language-server pkgs.yaml-language-server
pkgs.k9s pkgs.k9s
pkgs.openssl
pkgs.unzip pkgs.unzip
pkgs.crun pkgs.crun
pkgs.go pkgs.go
@ -35,6 +35,7 @@ in
pkgs.aws pkgs.aws
pkgs.kristall pkgs.kristall
pkgs.gitAndTools.tig pkgs.gitAndTools.tig
pkgs.gitAndTools.lab
pkgs.gimp pkgs.gimp
pkgs.wally-cli pkgs.wally-cli
pkgs.poppler_utils pkgs.poppler_utils
@ -118,7 +119,7 @@ in
pkgs.hunspellDicts.de_DE pkgs.hunspellDicts.de_DE
pkgs.hunspellDicts.de_DE pkgs.hunspellDicts.de_DE
pkgs.hunspellDicts.en_GB-large pkgs.hunspellDicts.en_GB-large
pkgs.i3status-rust unstable.i3status-rust
pkgs.imagemagick pkgs.imagemagick
pkgs.ispell pkgs.ispell
pkgs.isync pkgs.isync