removing blesh
This commit is contained in:
parent
919127516f
commit
313f5d1f03
|
@ -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)"
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -45,6 +45,8 @@
|
|||
|
||||
hardware.uinput.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
|
||||
};
|
||||
|
|
|
@ -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)"
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue