From 6b384feb786de8099a2c53eab606b02a3a32e39f Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Thu, 21 Mar 2024 22:48:14 +0100 Subject: [PATCH] shell: add drag command --- nix-os/shell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix-os/shell.nix b/nix-os/shell.nix index 2975c9b..2b2fa88 100644 --- a/nix-os/shell.nix +++ b/nix-os/shell.nix @@ -17,12 +17,16 @@ let setuptools ] ++ old.propagatedBuildInputs; }); + aliasDrag = pkgs.writeScriptBin "drag" '' + ${unstablePkgs.ripdrag}/bin/ripdrag -Axd $@ + ''; in { imports = [ ./unstable-packages.nix ]; environment.systemPackages = with pkgs; [ + aliasDrag rangerGit kitty zoxide