From d5fe5ba687a32c5e031bd2bc91fcb8b989c6e305 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 2 Jul 2023 22:11:09 +0200 Subject: [PATCH] use copyq again --- nixos/components/gui/home-manager/i3.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/components/gui/home-manager/i3.nix b/nixos/components/gui/home-manager/i3.nix index d1f4782..8caa3fe 100644 --- a/nixos/components/gui/home-manager/i3.nix +++ b/nixos/components/gui/home-manager/i3.nix @@ -48,12 +48,12 @@ in } { block = "net"; } { block = "sound"; } - { block = "uptime"; } { block = "battery"; interval = 10; format = "$icon $percentage $time"; } + { block = "uptime"; } { block = "taskwarrior"; interval = 60; @@ -91,6 +91,9 @@ in }; }; + services.copyq = { + enable = true; + }; xsession.windowManager.i3 = { enable = true;