diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index ad2cec1..4313abb 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -7,7 +7,7 @@ }: let home-manager = builtins.fetchTarball { url = "https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz"; - sha256 = "1dga3vsd60v9mfyhwgbil13mrchw5crbpgh4zjw9fghv1vyk89vq"; + sha256 = "1mwq9mzyw1al03z4q2ifbp6d0f0sx9f128xxazwrm62z0rcgv4na"; }; in { imports = [ @@ -200,6 +200,7 @@ in { easyeffects pavucontrol ani-cli + bluetui wl-clipboard # clipboard for wayland hyprpicker @@ -384,6 +385,11 @@ in { # Enable OpenGL hardware = { graphics.enable = true; + + bluetooth = { + enable = true; + powerOnBoot = true; + }; }; # DO NOT MODIFY