home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 020e3ba0c54fb40948bde3dfc9bbfb07ab8e96ef
parent 6e57d5580b6741c8ef63389b8208b5cdf9ab2434
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  7 Oct 2018 17:25:31 +0200

base: add `entr` too 🎉

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mbase.nix | 1+
Mfish/nix-aliases.fish | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/base.nix b/base.nix @@ -30,6 +30,7 @@ rec { scripts direnv enchive + entr exa fd htop diff --git a/fish/nix-aliases.fish b/fish/nix-aliases.fish @@ -1,5 +1,5 @@ function _def_nix_run_aliases - set -l stable mr sshfs ncdu entr wakeonlan:python36Packages.wakeonlan lspci:pciutils lsusb:usbutils beet:beets gotop virt-manager:virtmanager pandoc + set -l stable mr sshfs ncdu wakeonlan:python36Packages.wakeonlan lspci:pciutils lsusb:usbutils beet:beets gotop virt-manager:virtmanager pandoc set -l unstable op:_1password update-desktop-database:desktop-file-utils lgogdownloader for s in $stable _nix_run_package $s nixpkgs