diff --git a/nixos/modules/programs/sway.nix b/nixos/modules/programs/sway.nix index de0b234a6316ae..e999c66ecd276c 100644 --- a/nixos/modules/programs/sway.nix +++ b/nixos/modules/programs/sway.nix @@ -91,15 +91,30 @@ in { type = with types; listOf package; default = with pkgs; [ swaylock swayidle alacritty dmenu - rxvt-unicode # For backward compatibility (old default terminal) ]; defaultText = literalExample '' - with pkgs; [ swaylock swayidle rxvt-unicode alacritty dmenu ]; + with pkgs; [ swaylock swayidle alacritty dmenu ]; ''; example = literalExample '' with pkgs; [ - i3status i3status-rust - termite rofi light + # To run Qt5 applications natively on Wayland: + qt5.qtwayland + # Status bars: + i3status waybar + # Notification daemon: + mako + # Screenshots + grim slurp sway-contrib.grimshot + # dmenu replacements: + bemenu + # Redshift + gammastep wlsunset + # Alternative terminals: + foot + # Backlight management: + brightnessctl + # Clipboard: + wl-clipboard ] ''; description = ''