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; + }