This commit is contained in:
Christoph Schmatzler
2025-08-12 12:37:56 +02:00
parent 80461c1352
commit 0fdc44536b
6 changed files with 114 additions and 60 deletions

View File

@@ -20,4 +20,9 @@
enable = true;
nix-direnv.enable = true;
};
home.shellAliases = {
v = "nvim";
lg = "lazygit";
};
}