https://git.tonybtw.com/oxwm.git
git://git.tonybtw.com/oxwm.git
Updated symlink to include lsp file.
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"
+ ];
};
};
};