home/portals,archangel/bluetooth

This commit is contained in:
tulg 2026-01-09 18:20:49 +03:00
parent 7a44cd9e6b
commit 3599d9c057
4 changed files with 35 additions and 22 deletions

View file

@ -48,6 +48,28 @@
# Set your time zone.
time.timeZone = "Europe/Istanbul";
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General = {
# Shows battery charge of connected devices on supported
# Bluetooth adapters. Defaults to 'false'.
Experimental = true;
# When enabled other devices can connect faster to us, however
# the tradeoff is increased power consumption. Defaults to
# 'false'.
FastConnectable = true;
};
Policy = {
# Enable all controllers when they are found. This includes
# adapters present on start as well as adapters that are plugged
# in later on. Defaults to 'true'.
AutoEnable = true;
};
};
};
services.blueman.enable = true;
# Select internationalisation properties.
services.getty.autologinUser = "tulg";
programs.hyprland = {
@ -117,10 +139,11 @@
};
powerManagement.powertop.enable = true;
services.upower.enable = true;
services = {
power-profiles-daemon.enable = false;
power-profiles-daemon.enable = true;
tlp = {
enable = true;
enable = false;
settings = {
CPU_BOOST_ON_AC = 1;
CPU_BOOST_ON_BAT = 0;