sway: update deprecated naming convention

This commit is contained in:
Timothy DeHerrera 2020-06-09 10:38:34 -06:00
parent 4527b96ffc
commit 653012f81a
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -51,7 +51,7 @@ in {
"xdg/waybar".source = ./waybar;
};
programs.tmux.extraTmuxConf = lib.mkBefore ''
programs.tmux.extraConfig = lib.mkBefore ''
set -g @override_copy_command 'wl-copy'
'';