Merge branch 'main' of ssh://codeberg.org/dnscio/nix-config

This commit is contained in:
Dennis Schoepf 2025-12-11 20:03:31 +01:00
commit 7a2c65ba62
13 changed files with 73 additions and 521 deletions

View file

@ -222,8 +222,8 @@
'';
shellAbbrs = {
lg = "nvim +Neogit";
gg = "nvim +Neogit";
lg = "lazygit";
gg = "lazygit";
g = "git";
frc = "source ~/.config/fish/**/*.fish";
};