Add tools

This commit is contained in:
muon 2024-09-30 14:02:27 +00:00
parent 7ad646f580
commit 4dc6ab7864
5 changed files with 46 additions and 44 deletions

View file

@ -71,6 +71,7 @@ in {
programs.direnv = {
enable = true;
nix-direnv.enable = true;
enableZshIntegration = lib.mkIf config.mods.terminal.zsh.enable true;
};
home.sessionVariables.EDITOR = "hx";