user.nix: replace neofetch with fastfetch

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2024-05-07 18:34:50 +03:00
parent 2568362e00
commit 20c68aacf0
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C

View file

@ -25,7 +25,7 @@ in rec {
uid = 1000;
packages = with pkgs; [
tree
neofetch # I use NixOS BTW
fastfetch # I use NixOS BTW
duf
htop
];
@ -45,7 +45,7 @@ in rec {
uid = 1001;
packages = with pkgs; [
tree
neofetch # I use NixOS BTW
fastfetch # I use NixOS BTW
duf
htop
];