about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2024-02-29 12:06:52 +0100
committerGitHub <noreply@github.com>2024-02-29 12:06:52 +0100
commit728d2d1fd999b9be599793a12bae719709129577 (patch)
tree2a622344374cf3c1def4ab4747464f9f53579201 /nixos
parentebe6e807793e7c9cc59cf81225fdee1a03413811 (diff)
parent36e51d7cbfc920f3e51a5b234f0f35c4b03c8ba7 (diff)
Merge pull request #287805 from raboof/sway-update-to-1.9
sway: 1.8.1 -> 1.9.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/wayland/sway.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/wayland/sway.nix b/nixos/modules/programs/wayland/sway.nix
index 57ee629b28810..ca2503ae5da77 100644
--- a/nixos/modules/programs/wayland/sway.nix
+++ b/nixos/modules/programs/wayland/sway.nix
@@ -119,10 +119,10 @@ in {
     extraPackages = mkOption {
       type = with types; listOf package;
       default = with pkgs; [
-        swaylock swayidle foot dmenu
+        swaylock swayidle foot dmenu wmenu
       ];
       defaultText = literalExpression ''
-        with pkgs; [ swaylock swayidle foot dmenu ];
+        with pkgs; [ swaylock swayidle foot dmenu wmenu ];
       '';
       example = literalExpression ''
         with pkgs; [