Sway : Add NM and bluetooth controls.
This commit is contained in:
parent
cd9615c571
commit
deec536a0a
|
@ -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;
|
||||||
|
|
1
module/sway/module/10-Bluetooth
Normal file
1
module/sway/module/10-Bluetooth
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bindsym $mod+b exec 'blueman-manager'
|
1
module/sway/module/10-Network
Normal file
1
module/sway/module/10-Network
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bindsym $mod+n exec 'nm-connection-editor'
|
Loading…
Reference in a new issue