enable bluetooth

current_state
Christian Ott 2 years ago
parent 3ffbf3096e
commit 50f70e6f0d
  1. 4
      configuration.nix
  2. 3
      hyperland/default.nix

@ -87,6 +87,10 @@
# Enable non-root access to QMK firmware
hardware.keyboard.qmk.enable = true;
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
services.blueman.enable = true;
# Configure keymap in X11
# services.xserver.xkb.layout = "us";
# services.xserver.xkb.options = "eurosign:e,caps:escape";

@ -123,6 +123,7 @@ in
"dunst"
"waybar"
"${pkgs.networkmanagerapplet}/bin/nm-applet --sm-disable --indicator"
"blueman-applet"
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"
];
@ -161,6 +162,8 @@ in
"size 70% 70%, title:(1Password)"
"center, title:(1Password)"
"float,class:(.blueman-manager-wrapped)"
"size 25% 25%,class:(.blueman-manager-wrapped)"
"float,class:(org.kde.polkit-kde-authentication-agent-1)"
"opacity 0.80 0.70,class:^(org.kde.polkit-kde-authentication-agent-1)$"

Loading…
Cancel
Save

Powered by TurnKey Linux.