https://git.tonybtw.com/oxwm.git
git://git.tonybtw.com/oxwm.git
add missing xclock package to devshell
Diff
diff --git a/flake.nix b/flake.nix
index f31500a..d7e1da7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,6 +15,7 @@
pkgs.rustc
pkgs.cargo
pkgs.xorg.xorgserver
+ pkgs.xorg.xclock
pkgs.xterm
pkgs.just
];