🚀 add entr
parent
bad4a92012
commit
cee82650af
|
@ -53,6 +53,9 @@
|
||||||
nixpkgs-pr = "nixpkgs-review pr --token ${
|
nixpkgs-pr = "nixpkgs-review pr --token ${
|
||||||
if (config.modules.cli.shell.name == "fish") then "" else "$"
|
if (config.modules.cli.shell.name == "fish") then "" else "$"
|
||||||
}(cat /run/agenix/github)";
|
}(cat /run/agenix/github)";
|
||||||
|
|
||||||
|
latexwatch =
|
||||||
|
''find -type f -name "*.tex" | entr -c latexmk -pdf -silent'';
|
||||||
};
|
};
|
||||||
variables = { EDITOR = editor; };
|
variables = { EDITOR = editor; };
|
||||||
};
|
};
|
||||||
|
@ -86,6 +89,7 @@
|
||||||
duf
|
duf
|
||||||
up
|
up
|
||||||
viu
|
viu
|
||||||
|
entr
|
||||||
|
|
||||||
arduino
|
arduino
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue