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

View file

@ -64,15 +64,6 @@
sha256 = "sha256-A8ydBX4LORk+nutjHurqNNWFmW6LIiBPQcxS3x4nbeQ="; sha256 = "sha256-A8ydBX4LORk+nutjHurqNNWFmW6LIiBPQcxS3x4nbeQ=";
}; };
} }
{
name = "z";
src = pkgs.fetchFromGitHub {
owner = "jethrokuan";
repo = "z";
rev = "85f863f20f24faf675827fb00f3a4e15c7838d76";
sha256 = "sha256-+FUBM7CodtZrYKqU542fQD+ZDGrd2438trKM0tIESs0=";
};
}
{ {
name = "sponge"; name = "sponge";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
@ -82,6 +73,15 @@
sha256 = "sha256-MdcZUDRtNJdiyo2l9o5ma7nAX84xEJbGFhAVhK+Zm1w="; sha256 = "sha256-MdcZUDRtNJdiyo2l9o5ma7nAX84xEJbGFhAVhK+Zm1w=";
}; };
} }
{
name = "z";
src = pkgs.fetchFromGitHub {
owner = "jethrokuan";
repo = "z";
rev = "85f863f20f24faf675827fb00f3a4e15c7838d76";
sha256 = "sha256-+FUBM7CodtZrYKqU542fQD+ZDGrd2438trKM0tIESs0=";
};
}
]; ];
}; };
}; };