about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-02-13 09:36:35 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2020-02-13 09:36:35 +0100
commitceb35dac589503aa6b9660bde427e52a00de4f9a (patch)
tree8008255b820514670024ec04a658e1dbe27771b3 /nixos/modules/programs
parent9290e6e7bab4fe27e0f2e9979565ce5f991bcc89 (diff)
downloadnixlib-ceb35dac589503aa6b9660bde427e52a00de4f9a.tar
nixlib-ceb35dac589503aa6b9660bde427e52a00de4f9a.tar.gz
nixlib-ceb35dac589503aa6b9660bde427e52a00de4f9a.tar.bz2
nixlib-ceb35dac589503aa6b9660bde427e52a00de4f9a.tar.lz
nixlib-ceb35dac589503aa6b9660bde427e52a00de4f9a.tar.xz
nixlib-ceb35dac589503aa6b9660bde427e52a00de4f9a.tar.zst
nixlib-ceb35dac589503aa6b9660bde427e52a00de4f9a.zip
nixos/sway: use new package name for rxvt-unicode
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/sway.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/sway.nix b/nixos/modules/programs/sway.nix
index 7e646f8737d6..364debddb0f1 100644
--- a/nixos/modules/programs/sway.nix
+++ b/nixos/modules/programs/sway.nix
@@ -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; [