🧹 remove unneeded inputs

This commit is contained in:
Moritz Böhme 2022-08-20 14:11:56 +02:00
parent 33b21c2bde
commit 1a438c7cdf
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 1 additions and 20 deletions

View file

@ -38,8 +38,6 @@ with lib;
nix-boot = "doas nixos-rebuild boot --flake ~/.dotfiles";
nix-lock = "pushd ~/.dotfiles && nix flake update && popd";
nixpkgs-review = "nixpkgs-review-checks";
latexwatch = ''find -type f -name "*.tex" | entr -c latexmk -pdf -silent'';
};
variables = { EDITOR = "vim"; };