enable bluetooth for q920

This commit is contained in:
Kabbone 2022-09-19 17:50:56 +02:00
parent 0091f8389e
commit a6ef7cd50b
Signed by: Kabbone
SSH Key Fingerprint: SHA256:iDfA/JbfNCsPT5EOvS1y+ZKaiXstaTWgm/6oQPn6LYg
3 changed files with 14 additions and 4 deletions

View File

@ -100,7 +100,7 @@
waybar # Bar
#
# Desktop
#blueman # Bluetooth
blueman # Bluetooth
#deluge # Torrents
#discord # Chat
ffmpeg # Video Support (dslr)

View File

@ -53,7 +53,7 @@
programs = { # No xbacklight, this is the alterantive
# dconf.enable = true;
# light.enable = true;
#ssh.agent.enable = true
ssh.startAgent = false;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
@ -65,8 +65,12 @@
# tlp.enable = true; # TLP and auto-cpufreq for power management
#logind.lidSwitch = "ignore"; # Laptop does not go to sleep when lid is closed
auto-cpufreq.enable = true;
#blueman.enable = true;
blueman.enable = true;
pcscd.enable = true;
udev.packages = [
pkgs.nitrokey-udev-rules
yubikey-personalization
];
printing = { # Printing and drivers for TS5300
enable = true;
drivers = [ pkgs.gutenprint ];

View File

@ -37,8 +37,14 @@
alacritty.settings.font.size = 11;
};
environment.shellInit = ''
export GPG_TTY="$(tty)"
gpg-connect-agent /bye
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
'';
services = { # Applets
#blueman-applet.enable = true; # Bluetooth
blueman-applet.enable = true; # Bluetooth
network-manager-applet.enable = true; # Network
# cbatticon = {
# enable = true;