diff --git a/README.org b/README.org index 220266e..4ad3c0d 100644 --- a/README.org +++ b/README.org @@ -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)" ''; }; diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 1381e36..b31fbf3 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -45,6 +45,8 @@ hardware.uinput.enable = true; + hardware.bluetooth.enable = true; + nixpkgs.config.packageOverrides = pkgs: { vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; }; }; diff --git a/user/home.nix b/user/home.nix index f9d522d..89c5639 100644 --- a/user/home.nix +++ b/user/home.nix @@ -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)" ''; };