graphical#sway: set wl-copy as copy command

This commit is contained in:
Timothy DeHerrera 2019-12-16 02:21:06 -07:00
parent d05c7bed71
commit 31567a0fd4
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -49,9 +49,12 @@ in
"xdg/waybar".source = ./waybar;
};
programs.tmux.extraTmuxConf = lib.mkBefore ''
set -g @override_copy_command 'wl-copy'
'';
services.redshift = {
enable = true;
brightness.night = "0.7";
temperature.night = 3200;
};