forked from mirrors/nixpkgs
nixos/sway: install swaybg by default
This commit is contained in:
parent
6b3832a519
commit
713fda2eb5
|
@ -55,7 +55,7 @@ in {
|
|||
extraPackages = mkOption {
|
||||
type = with types; listOf package;
|
||||
default = with pkgs; [
|
||||
swaylock swayidle
|
||||
swaylock swayidle swaybg
|
||||
xwayland rxvt_unicode dmenu
|
||||
];
|
||||
defaultText = literalExample ''
|
||||
|
|
Loading…
Reference in a new issue