feat: Add git config and shell aliases

This commit is contained in:
Martin Larsson 2025-05-20 23:49:01 +02:00
parent 50e1420ee4
commit ccd14d8dd2
4 changed files with 105 additions and 3 deletions

View file

@ -48,6 +48,10 @@ let
".config/wallpapers"
"wallpapers"
]
[
".config/git"
"git"
]
];
codelldb = pkgs.runCommand "codelldb" { } ''
@ -111,6 +115,7 @@ in
bc
cmatrix
svelte-language-server
diff-so-fancy
];
file = utils.mk_symlinks { inherit config dotfiles; };