remove manual blesh in favor of bash.blesh.enable
This commit is contained in:
@@ -23,7 +23,6 @@ with lib;
|
|||||||
|
|
||||||
config = {
|
config = {
|
||||||
home.packages = with pkgs;[
|
home.packages = with pkgs;[
|
||||||
blesh
|
|
||||||
nerd-fonts.space-mono
|
nerd-fonts.space-mono
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -36,8 +35,6 @@ with lib;
|
|||||||
shopt -q login_shell && LOGIN_OPTION='--login' || LOGIN_OPTION=""
|
shopt -q login_shell && LOGIN_OPTION='--login' || LOGIN_OPTION=""
|
||||||
exec ${pkgs.fish}/bin/fish $LOGIN_OPTION
|
exec ${pkgs.fish}/bin/fish $LOGIN_OPTION
|
||||||
fi
|
fi
|
||||||
# source $(blesh-share)/ble.sh
|
|
||||||
# bleopt canvas_winch_action=redraw-prev
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user