aspi: Add nix helper (nh)

This commit is contained in:
Julian Mutter 2024-04-18 08:58:02 +02:00
parent cdfafa6a3b
commit 57e5efe554

View File

@ -54,6 +54,7 @@ config, ... }: {
rust-analyzer
# Further tools
unstable.nh # nix helper
(lib.frajul.my-helper-function lazygit)
languagetool
@ -106,6 +107,7 @@ config, ... }: {
TERMINAL = "alacritty";
EDITOR = "nvim";
VISUAL = "nvim";
FLAKE = "/home/julian/.dotfiles";
};
# Let Home Manager install and manage itself.