about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2019-02-03 12:01:42 +0100
committerMichael Weiss <dev.primeos@gmail.com>2019-02-03 15:35:07 +0100
commitebe36008d610c5e26c65d8281489a9c2e5ef8991 (patch)
treef72462384e0c558974f4da77b815f1808b4baccc /nixos/modules/programs
parentf73a8b22fbed2193edcc97884f6ddbc167ebe7c4 (diff)
downloadnixlib-ebe36008d610c5e26c65d8281489a9c2e5ef8991.tar
nixlib-ebe36008d610c5e26c65d8281489a9c2e5ef8991.tar.gz
nixlib-ebe36008d610c5e26c65d8281489a9c2e5ef8991.tar.bz2
nixlib-ebe36008d610c5e26c65d8281489a9c2e5ef8991.tar.lz
nixlib-ebe36008d610c5e26c65d8281489a9c2e5ef8991.tar.xz
nixlib-ebe36008d610c5e26c65d8281489a9c2e5ef8991.tar.zst
nixlib-ebe36008d610c5e26c65d8281489a9c2e5ef8991.zip
nixos/sway-beta: Install swaylock and swayidle by default
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/sway-beta.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/programs/sway-beta.nix b/nixos/modules/programs/sway-beta.nix
index 7fc5979a38aa..3c235de0ce63 100644
--- a/nixos/modules/programs/sway-beta.nix
+++ b/nixos/modules/programs/sway-beta.nix
@@ -60,10 +60,11 @@ in {
     extraPackages = mkOption {
       type = with types; listOf package;
       default = with pkgs; [
+        swaylock swayidle
         xwayland rxvt_unicode dmenu
       ];
       defaultText = literalExample ''
-        with pkgs; [ xwayland rxvt_unicode dmenu ];
+        with pkgs; [ swaylock swayidle xwayland rxvt_unicode dmenu ];
       '';
       example = literalExample ''
         with pkgs; [