From 313f5d1f03197413d2ec137f08e0acc3336ba798 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 24 Aug 2022 09:43:39 -0500 Subject: [PATCH] removing blesh --- README.org | 6 ++++-- system/syl/configuration.nix | 2 ++ user/home.nix | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) 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)" ''; };