mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-01-18 18:03:06 +01:00
[general] update bluetooth config, several tweaks in home-manager section
Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
parent
ae474de92e
commit
f9343a67b6
2 changed files with 17 additions and 0 deletions
|
@ -115,14 +115,26 @@
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerOnBoot = true;
|
powerOnBoot = true;
|
||||||
|
package = pkgs.bluez;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
General = {
|
General = {
|
||||||
Disable = "Handsfree";
|
Disable = "Handsfree";
|
||||||
|
ControllerMode = "dual";
|
||||||
|
FastConnectable = "true";
|
||||||
|
Experimental = "true";
|
||||||
|
KernelExperimental = "true";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.blueman.enable = true;
|
||||||
|
|
||||||
|
programs.steam = {
|
||||||
|
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
||||||
|
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
||||||
|
};
|
||||||
|
|
||||||
# Enable automatic screen rotation and similar features
|
# Enable automatic screen rotation and similar features
|
||||||
hardware.sensor.iio.enable = true;
|
hardware.sensor.iio.enable = true;
|
||||||
|
|
||||||
|
@ -170,6 +182,10 @@
|
||||||
vlc
|
vlc
|
||||||
libreoffice
|
libreoffice
|
||||||
spotify
|
spotify
|
||||||
|
|
||||||
|
# Bluetooth
|
||||||
|
bluez
|
||||||
|
bluez-tools
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
wineWowPackages.waylandFull
|
wineWowPackages.waylandFull
|
||||||
vesktop
|
vesktop
|
||||||
lunar-client
|
lunar-client
|
||||||
|
steam
|
||||||
|
|
||||||
# For development
|
# For development
|
||||||
avra
|
avra
|
||||||
|
|
Loading…
Reference in a new issue