From 76367d65a22a3fd98d8f9eb57db7585ad28e0932 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Thu, 3 Nov 2022 16:16:34 +0100 Subject: [PATCH] package: add yubioath, define xsession.preferStatusNotifierItems --- hosts/laptop/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index cfdd9cc..4f5f54d 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -32,6 +32,7 @@ element-desktop intel-gpu-tools pulsemixer + yubioath-desktop # Display light # xorg.xbacklight not supported. Other option is just use xrandr. @@ -50,4 +51,7 @@ blueman-applet.enable = true; # Bluetooth network-manager-applet.enable = true; # Network }; + + xsession.preferStatusNotifierItems = true; + }