From 2f3d4b768010b72d7f65902dd35fe19c89e9a2d0 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Wed, 14 Jun 2023 14:00:39 -0400 Subject: [PATCH] Programs and Home Updates Added in the following programs: - btrfs-progs - rustup Added into our home config to call neofetch when our terminal opens --- base-config.nix | 2 ++ wes-home.nix | 3 +++ 2 files changed, 5 insertions(+) diff --git a/base-config.nix b/base-config.nix index 36d9e84..05a2bab 100644 --- a/base-config.nix +++ b/base-config.nix @@ -104,6 +104,7 @@ neofetch neovim retroarchFull + rustup spotify ]; }; @@ -115,6 +116,7 @@ # $ nix search wget environment.systemPackages = with pkgs; [ # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + btrfs-progs git nerdfonts vim diff --git a/wes-home.nix b/wes-home.nix index 4102607..abe11a2 100644 --- a/wes-home.nix +++ b/wes-home.nix @@ -81,6 +81,9 @@ plugins = [ "git" ]; theme = "eastwood"; }; + initExtra = '' + neofetch + ''; }; # Let Home Manager install and manage starship