Replaces neofetch with fastfetch
This commit is contained in:
parent
aa1f1fdb7f
commit
4100451e1e
@ -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; };
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ let
|
||||
jetbrains.idea-community
|
||||
just
|
||||
micro
|
||||
neofetch
|
||||
fastfetch
|
||||
proselint
|
||||
shellcheck
|
||||
typos
|
||||
|
@ -33,7 +33,7 @@ in {
|
||||
set -p fish_complete_path (brew --prefix)/share/fish/vendor_completions.d
|
||||
end
|
||||
|
||||
neofetch
|
||||
fastfetch
|
||||
'';
|
||||
|
||||
shellInit = ''
|
||||
|
Loading…
Reference in New Issue
Block a user