From 31567a0fd4d5bd66167996b678d5ae3884714a64 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Mon, 16 Dec 2019 02:21:06 -0700 Subject: [PATCH] graphical#sway: set wl-copy as copy command --- profiles/graphical/sway/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/profiles/graphical/sway/default.nix b/profiles/graphical/sway/default.nix index f84fccd7..5356baba 100644 --- a/profiles/graphical/sway/default.nix +++ b/profiles/graphical/sway/default.nix @@ -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; };