oxwm

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

fixed typo..

Commit
2c092010a6ef2d36a9608abfd2c4868a72389f54
Parent
1dc1e27
Author
tonybanters <tonybanters@gmail.com>
Date
2025-11-04 21:13:22

Diff

diff --git a/default.nix b/default.nix
index 0ba80d9..d0e1c0c 100644
--- a/default.nix
+++ b/default.nix
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
 
   postInstall = ''
     install resources/oxwm.desktop -Dt $out/share/xsessions
-    install -Dm644 resource/oxwm.1 -t $out/share/man/man1
+    install -Dm644 resources/oxwm.1 -t $out/share/man/man1
   '';
 
   passthru.providedSessions = ["oxwm"];