Update home.nix
This commit is contained in:
parent
740779e9ae
commit
31feaf99b5
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue