From 3e01412e7fbb925919aef82c03a5bee8433552b1 Mon Sep 17 00:00:00 2001
From: Antoine Martin <antoine@alarsyo.net>
Date: Mon, 17 Feb 2025 22:59:22 +0100
Subject: [PATCH] talos: home: unblur electron apps

This is an obscure NixOS environment variable only mentioned in a
changelog, but it does the right thing
---
 hosts/talos/home.nix | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hosts/talos/home.nix b/hosts/talos/home.nix
index 39aeb5b..2be85f8 100644
--- a/hosts/talos/home.nix
+++ b/hosts/talos/home.nix
@@ -116,6 +116,7 @@ in {
         bindswitch --reload --locked lid:on output eDP-1 disable;
       '';
     };
+
     programs = {
       fuzzel.enable = true;
       swaylock.enable = true;
@@ -123,6 +124,10 @@ in {
         enable = true;
       };
     };
+
+    home.sessionVariables = {
+      NIXOS_OZONE_WL = "1";
+    };
   };
 
   # FIXME: belongs elsewhere