From ed09c37c7ce3517609dc6801546eb259a7e349f7 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 28 Sep 2020 03:52:53 +0200 Subject: [PATCH] Install gomuks and asciinema --- overlays/10-previews.nix | 1 + overlays/pkgSets.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/overlays/10-previews.nix b/overlays/10-previews.nix index 5f12b815..77542f3b 100644 --- a/overlays/10-previews.nix +++ b/overlays/10-previews.nix @@ -3,4 +3,5 @@ let unstable = import self.sources.unstable { }; nixpkgs-master = import self.sources.nixpkgs-master { }; in { + inherit (unstable) gomuks; } diff --git a/overlays/pkgSets.nix b/overlays/pkgSets.nix index f152f63e..e1f1db8d 100644 --- a/overlays/pkgSets.nix +++ b/overlays/pkgSets.nix @@ -11,7 +11,7 @@ self: super: { inherit (self) git-crypt htop tree pwgen borgbackup inotifyTools direnv socat nmap ncdu tcpdump tmux tig exa fzf ag fd bat ripgrep ranger pass sshuttle vnstat - entr libargon2 mblaze niv compsize mediainfo; + entr libargon2 mblaze niv compsize mediainfo asciinema gomuks; }; my-home-pkgs = {