From 1cf3bea137c4e7a4771fe8d7ef911590caa5ae55 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 ]; }; }; };