diff --git a/config/home/bash.nix b/config/home/bash.nix index 9ec17f6..7b2e3fc 100644 --- a/config/home/bash.nix +++ b/config/home/bash.nix @@ -9,12 +9,12 @@ #if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then # exec Hyprland #fi - if [ -f $HOME/.bashrc-personal ]; then - source $HOME/.bashrc-personal - fi ''; initExtra = '' neofetch + if [ -f $HOME/.bashrc-personal ]; then + source $HOME/.bashrc-personal + fi ''; sessionVariables = {