Sway : Add NM and bluetooth controls.
This commit is contained in:
parent
cd9615c571
commit
deec536a0a
|
@ -19,13 +19,14 @@
|
|||
# Extra apps.
|
||||
services.gnome.gnome-keyring.enable = lib.mkForce false;
|
||||
environment.systemPackages = with pkgs; [
|
||||
grim # Screenshot.
|
||||
mako # Notification system.
|
||||
pamixer # Audio.
|
||||
pavucontrol # Audio.
|
||||
pulseaudio # Audio.
|
||||
slurp # Screenshot.
|
||||
wl-clipboard # Clipboard.
|
||||
grim # Screenshot.
|
||||
mako # Notification system.
|
||||
networkmanagerapplet # Internet configuration.
|
||||
pamixer # Audio.
|
||||
pavucontrol # Audio.
|
||||
pulseaudio # Audio.
|
||||
slurp # Screenshot.
|
||||
wl-clipboard # Clipboard.
|
||||
];
|
||||
|
||||
# Sway.
|
||||
|
@ -67,6 +68,9 @@
|
|||
# Brightness control.
|
||||
programs.light.enable = true;
|
||||
|
||||
# Bluetooth.
|
||||
services.blueman.enable = true;
|
||||
|
||||
# Configs.
|
||||
environment.variables = {
|
||||
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