diff --git a/modules/nixos/features/shell.nix b/modules/nixos/features/shell.nix index 60a0932..2d3d4a7 100644 --- a/modules/nixos/features/shell.nix +++ b/modules/nixos/features/shell.nix @@ -5,6 +5,8 @@ in { config = lib.mkIf config.${feature}.enable { environment.shellAliases = { + l = "eza --long --header --group-directories-first --icons always"; + la = "l -a"; g = "lazygit"; ns = "nh os switch"; rf = "nix flake init --template 'https://flakehub.com/f/the-nix-way/dev-templates/*#rust' && direnv allow";