nixos/sway: use new package name for rxvt-unicode
This commit is contained in:
parent
9290e6e7ba
commit
ceb35dac58
@ -88,10 +88,10 @@ in {
|
|||||||
default = with pkgs; [
|
default = with pkgs; [
|
||||||
swaylock swayidle
|
swaylock swayidle
|
||||||
xwayland alacritty dmenu
|
xwayland alacritty dmenu
|
||||||
rxvt_unicode # For backward compatibility (old default terminal)
|
rxvt-unicode # For backward compatibility (old default terminal)
|
||||||
];
|
];
|
||||||
defaultText = literalExample ''
|
defaultText = literalExample ''
|
||||||
with pkgs; [ swaylock swayidle xwayland rxvt_unicode dmenu ];
|
with pkgs; [ swaylock swayidle xwayland rxvt-unicode dmenu ];
|
||||||
'';
|
'';
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
with pkgs; [
|
with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user