truly the nix pad rabbit hole

This commit is contained in:
2025-12-30 07:30:07 +02:00
parent adddfdd16d
commit 89a92e0fd9
5 changed files with 725 additions and 83 deletions

View File

@@ -98,6 +98,7 @@
enableCompletion = true;
autosuggestions.enable = true;
syntaxHighlighting.enable = true;
vi-mode.enable = true;
shellAliases = {
ll = "ls -l";