Skip to content

Commit

Permalink
nixos/sway: use new package name for rxvt-unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Feb 13, 2020
1 parent 9290e6e commit ceb35da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/programs/sway.nix
Expand Up @@ -88,10 +88,10 @@ in {
default = with pkgs; [
swaylock swayidle
xwayland alacritty dmenu
rxvt_unicode # For backward compatibility (old default terminal)
rxvt-unicode # For backward compatibility (old default terminal)
];
defaultText = literalExample ''
with pkgs; [ swaylock swayidle xwayland rxvt_unicode dmenu ];
with pkgs; [ swaylock swayidle xwayland rxvt-unicode dmenu ];
'';
example = literalExample ''
with pkgs; [
Expand Down

0 comments on commit ceb35da

Please sign in to comment.