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
|
setuptools
|
||||||
] ++ old.propagatedBuildInputs;
|
] ++ old.propagatedBuildInputs;
|
||||||
});
|
});
|
||||||
|
aliasDrag = pkgs.writeScriptBin "drag" ''
|
||||||
|
${unstablePkgs.ripdrag}/bin/ripdrag -Axd $@
|
||||||
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./unstable-packages.nix
|
./unstable-packages.nix
|
||||||
];
|
];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
aliasDrag
|
||||||
rangerGit
|
rangerGit
|
||||||
kitty
|
kitty
|
||||||
zoxide
|
zoxide
|
||||||
|
|
Loading…
Reference in a new issue