home/portals,archangel/bluetooth
This commit is contained in:
parent
7a44cd9e6b
commit
3599d9c057
4 changed files with 35 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue