enable bluetooth for q920
This commit is contained in:
parent
0091f8389e
commit
a6ef7cd50b
@ -100,7 +100,7 @@
|
|||||||
waybar # Bar
|
waybar # Bar
|
||||||
#
|
#
|
||||||
# Desktop
|
# Desktop
|
||||||
#blueman # Bluetooth
|
blueman # Bluetooth
|
||||||
#deluge # Torrents
|
#deluge # Torrents
|
||||||
#discord # Chat
|
#discord # Chat
|
||||||
ffmpeg # Video Support (dslr)
|
ffmpeg # Video Support (dslr)
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
programs = { # No xbacklight, this is the alterantive
|
programs = { # No xbacklight, this is the alterantive
|
||||||
# dconf.enable = true;
|
# dconf.enable = true;
|
||||||
# light.enable = true;
|
# light.enable = true;
|
||||||
#ssh.agent.enable = true
|
ssh.startAgent = false;
|
||||||
gnupg.agent = {
|
gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
@ -65,8 +65,12 @@
|
|||||||
# tlp.enable = true; # TLP and auto-cpufreq for power management
|
# tlp.enable = true; # TLP and auto-cpufreq for power management
|
||||||
#logind.lidSwitch = "ignore"; # Laptop does not go to sleep when lid is closed
|
#logind.lidSwitch = "ignore"; # Laptop does not go to sleep when lid is closed
|
||||||
auto-cpufreq.enable = true;
|
auto-cpufreq.enable = true;
|
||||||
#blueman.enable = true;
|
blueman.enable = true;
|
||||||
pcscd.enable = true;
|
pcscd.enable = true;
|
||||||
|
udev.packages = [
|
||||||
|
pkgs.nitrokey-udev-rules
|
||||||
|
yubikey-personalization
|
||||||
|
];
|
||||||
printing = { # Printing and drivers for TS5300
|
printing = { # Printing and drivers for TS5300
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = [ pkgs.gutenprint ];
|
drivers = [ pkgs.gutenprint ];
|
||||||
|
@ -37,8 +37,14 @@
|
|||||||
alacritty.settings.font.size = 11;
|
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
|
services = { # Applets
|
||||||
#blueman-applet.enable = true; # Bluetooth
|
blueman-applet.enable = true; # Bluetooth
|
||||||
network-manager-applet.enable = true; # Network
|
network-manager-applet.enable = true; # Network
|
||||||
# cbatticon = {
|
# cbatticon = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user