commit 5ca2058bcf672e00d905700a69f9b058cca9a38c
parent eed58504cad6cecac652605c8b69444fcaf37281
Author: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 12 Sep 2018 23:46:26 +0200
Add lgogdownloader to nix aliases
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fish/nix-aliases.fish b/fish/nix-aliases.fish
@@ -1,6 +1,6 @@
function _def_nix_run_aliases
set -l stable mr sshfs ncdu fd entr wakeonlan:python36Packages.wakeonlan lspci:pciutils lsusb:usbutils beet:beets
- set -l unstable op:_1password update-desktop-database:desktop-file-utils
+ set -l unstable op:_1password update-desktop-database:desktop-file-utils lgogdownloader
for s in $stable
_nix_run_package $s nixpkgs
end