removing blesh

This commit is contained in:
Chris Cochrun 2022-08-24 09:43:39 -05:00
parent 919127516f
commit 313f5d1f03
3 changed files with 8 additions and 4 deletions

View file

@ -518,6 +518,8 @@ Notice how I am including all of my software here. It may be a big file, but hav
hardware.uinput.enable = true;
hardware.bluetooth.enable = true;
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
};
@ -1602,8 +1604,8 @@ I also use home-manager for managing dotfiles. This means that everything is con
programs.bash = {
enable = true;
bashrcExtra = ''
source $(blesh-share)
ble-face auto_complete="fg=238"
# source $(blesh-share)
# ble-face auto_complete="fg=238"
eval "$(starship init bash)"
'';
};

View file

@ -45,6 +45,8 @@
hardware.uinput.enable = true;
hardware.bluetooth.enable = true;
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
};

View file

@ -433,8 +433,8 @@
programs.bash = {
enable = true;
bashrcExtra = ''
source $(blesh-share)
ble-face auto_complete="fg=238"
# source $(blesh-share)
# ble-face auto_complete="fg=238"
eval "$(starship init bash)"
'';
};