shell: add drag command
This commit is contained in:
parent
98432fd3a1
commit
6b384feb78
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue