nixos/sway-beta: Install swaylock and swayidle by default

This commit is contained in:
Michael Weiss 2019-02-03 12:01:42 +01:00
parent f73a8b22fb
commit ebe36008d6
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -60,10 +60,11 @@ in {
extraPackages = mkOption { extraPackages = mkOption {
type = with types; listOf package; type = with types; listOf package;
default = with pkgs; [ default = with pkgs; [
swaylock swayidle
xwayland rxvt_unicode dmenu xwayland rxvt_unicode dmenu
]; ];
defaultText = literalExample '' defaultText = literalExample ''
with pkgs; [ xwayland rxvt_unicode dmenu ]; with pkgs; [ swaylock swayidle xwayland rxvt_unicode dmenu ];
''; '';
example = literalExample '' example = literalExample ''
with pkgs; [ with pkgs; [