fastfetch in place switch for neofetch

This commit is contained in:
William 2025-06-15 21:17:21 -03:00
parent 6f604f375a
commit 93cf3d5322
2 changed files with 10 additions and 11 deletions

View file

@ -17,7 +17,6 @@
helix
### System Utilities ###
btop
fastfetch
nixos-firewall-tool
sysz
tmux
@ -25,7 +24,7 @@
];
shellAliases = {
ls = "${pkgs.eza}/bin/eza --icons --group-directories-first";
neofetch = "fastfetch";
neofetch = "${pkgs.fastfetch}/bin/fastfetch";
tree = "ls --tree";
syscleanup = "sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
};