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

@ -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;

View file

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

View file

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