From 18e68f8a70a22dafe7f1e818541b720b094702e2 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 20 Oct 2024 16:49:57 -0400 Subject: [PATCH] add wlx-overlay-s --- etcnixos/vr.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etcnixos/vr.nix b/etcnixos/vr.nix index 8aeeb84..472632e 100644 --- a/etcnixos/vr.nix +++ b/etcnixos/vr.nix @@ -43,6 +43,8 @@ offset_y = 0.0; } ]; + + application = [ pkgs.wlx-overlay-s ]; }; }; };