Update home.nix

This commit is contained in:
ediblerope 2025-12-04 13:46:20 +00:00 committed by GitHub
parent c9a38142f5
commit 7e783084f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,11 +53,4 @@ dconf.settings = {
}; };
}; };
# 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 --config /etc/fastfetch/config.jsonc";
};
} }