Update home.nix

This commit is contained in:
ediblerope 2025-12-04 13:45:09 +00:00 committed by GitHub
parent 3aee7346bb
commit c9a38142f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,6 @@ dconf.settings = {
programs.bash.shellAliases = {
clean = "sudo nix-collect-garbage -d"; # Still needs sudo for system collection
ll = "ls -alh";
clear = "command clear && fastfetch";
clear = "command clear && fastfetch --config /etc/fastfetch/config.jsonc";
};
}