[sway] Add package for mirroring
This commit is contained in:
parent
8f5c38f525
commit
4c8d6dfc27
1 changed files with 3 additions and 0 deletions
|
@ -65,14 +65,17 @@ in {
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = (with pkgs; [
|
||||
# Window manager related
|
||||
dbus-sway-environment
|
||||
configure-gtk
|
||||
wayland
|
||||
xdg-utils # Open with default program
|
||||
glib # gsettings
|
||||
wl-clipboard
|
||||
wl-mirror # Mirror an output
|
||||
wdisplays # Tool to configure displays
|
||||
|
||||
# Desktop Environment related
|
||||
brightnessctl
|
||||
dunst
|
||||
libnotify
|
||||
|
|
Loading…
Reference in a new issue