Added bluetooth support to PC
This commit is contained in:
parent
142dad8f68
commit
4b03d162c7
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue