From 4100451e1ebdd59c006c9c8fa8d798abdb097d3c Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Thu, 2 May 2024 19:05:26 +0530 Subject: [PATCH] Replaces neofetch with fastfetch --- flake.nix | 1 + programs/default.nix | 2 +- programs/fish.nix | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4cc3a3b..319d472 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; } diff --git a/programs/default.nix b/programs/default.nix index 4fbb59d..e817dc4 100644 --- a/programs/default.nix +++ b/programs/default.nix @@ -29,7 +29,7 @@ let jetbrains.idea-community just micro - neofetch + fastfetch proselint shellcheck typos diff --git a/programs/fish.nix b/programs/fish.nix index a197cf8..dc6409b 100644 --- a/programs/fish.nix +++ b/programs/fish.nix @@ -33,7 +33,7 @@ in { set -p fish_complete_path (brew --prefix)/share/fish/vendor_completions.d end - neofetch + fastfetch ''; shellInit = ''