Update home.nix

This commit is contained in:
ediblerope 2025-12-04 13:43:53 +00:00 committed by GitHub
parent 740779e9ae
commit 31feaf99b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,11 +53,11 @@ dconf.settings = {
};
};
# --- Aliases (Moved from system-wide common.nix) ---
# These aliases are now defined for the user's shell (e.g., bash/zsh).
# Aliases
programs.bash.enable = true; # Or programs.zsh.enable = true;
programs.bash.shellAliases = {
clean = "sudo nix-collect-garbage -d"; # Still needs sudo for system collection
ll = "ls -alh";
clear = "command clear && fastfetch"
};
}