Update home.nix

This commit is contained in:
ediblerope 2025-12-04 13:44:17 +00:00 committed by GitHub
parent 31feaf99b5
commit 3aee7346bb
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";
};
}