diff --git a/hosts/common.nix b/hosts/common.nix index 7abfe67c..9c409492 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -27,7 +27,11 @@ fonts.fontconfig.enable = true; environment = { localBinInPath = true; - shellAliases.ll = "ls -laF"; + shellAliases = { + ll = "ls -laF"; + lg = "lazygit"; + gg = "nvim +Neogit"; + }; }; services.xserver = {