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 {
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; [