Minor things

This commit is contained in:
Martin
2025-06-26 19:27:56 +02:00
parent 3e3941a9f3
commit ff4743a0db
4 changed files with 11 additions and 5 deletions

View File

@ -50,9 +50,7 @@
#};
#home.shellAliases = {
# "ll" = "ls -la";
#};
# home.shellAliases = {
# "ll" = "ls -la";
# "t" = "tmuxp";
# "tl" = "tmuxp load";
# };

View File

@ -6,6 +6,4 @@
enableZshIntegration = true;
nix-direnv.enable = true;
};
programs.ripgrep.enable = true;
}