Add shell aliases and eza program configuration

This commit is contained in:
panotaka
2023-11-25 22:20:28 -04:00
parent fef12b0b50
commit 235a5b3895
4 changed files with 84 additions and 36 deletions

View File

@@ -1,12 +1,12 @@
{ pkgs
, ...
}:
# nix tooling
{
home.shellAliases = {
sudo = "sudo --preserve-env=PATH";
};
home.packages = with pkgs; [
alejandra
deadnix
statix
];
programs.direnv = {