oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

Updated symlink to include lsp file.

Commit
f7feb5d91149066044d553e158de181e3c8e7af9
Parent
08f9ddf
Author
tonybtw <tonybtw@tonybtw.com>
Date
2025-12-03 04:36:04

Diff

diff --git a/flake.nix b/flake.nix
index dc13587..b8d160e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -67,6 +67,11 @@
         environment.systemPackages = [
           cfg.package
         ];
+
+        environment.pathsToLink = [
+          "/share/oxwm"
+          "/share/xsessions"
+        ];
       };
     };
   };