Replaces neofetch with fastfetch

This commit is contained in:
Abhinav Sarkar 2024-05-02 19:05:26 +05:30
parent aa1f1fdb7f
commit 4100451e1e
3 changed files with 3 additions and 2 deletions

View File

@ -51,6 +51,7 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.backupFileExtension = "backup";
home-manager.users.abhinav = import ./home.nix;
home-manager.extraSpecialArgs = { inherit inputs; };
}

View File

@ -29,7 +29,7 @@ let
jetbrains.idea-community
just
micro
neofetch
fastfetch
proselint
shellcheck
typos

View File

@ -33,7 +33,7 @@ in {
set -p fish_complete_path (brew --prefix)/share/fish/vendor_completions.d
end
neofetch
fastfetch
'';
shellInit = ''