added init for zsh

This commit is contained in:
2025-01-18 02:57:27 -08:00
parent 20dc313f96
commit dcaa8e12d1
2 changed files with 2 additions and 1 deletions

View File

@@ -94,6 +94,7 @@
};
initExtra = ''
. ~/.nix-profile/etc/profile.d/nix.sh
fastfetch
'';

View File

@@ -28,7 +28,7 @@
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = with pkgs; [
(pkgs.nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
#(pkgs.nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage