Sway : Add NM and bluetooth controls.

This commit is contained in:
Dmitry Voronin 2024-03-28 11:39:44 +03:00
parent cd9615c571
commit deec536a0a
4 changed files with 13 additions and 7 deletions

View file

@ -21,6 +21,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
grim # Screenshot. grim # Screenshot.
mako # Notification system. mako # Notification system.
networkmanagerapplet # Internet configuration.
pamixer # Audio. pamixer # Audio.
pavucontrol # Audio. pavucontrol # Audio.
pulseaudio # Audio. pulseaudio # Audio.
@ -67,6 +68,9 @@
# Brightness control. # Brightness control.
programs.light.enable = true; programs.light.enable = true;
# Bluetooth.
services.blueman.enable = true;
# Configs. # Configs.
environment.variables = { environment.variables = {
FOOT_CONFIG = ./foot/Foot.ini; FOOT_CONFIG = ./foot/Foot.ini;

View file

@ -0,0 +1 @@
bindsym $mod+b exec 'blueman-manager'

View file

@ -0,0 +1 @@
bindsym $mod+n exec 'nm-connection-editor'