commit 08aca7556940de4162bdc97642a159498ca3aa35 from: mtmn date: Fri Sep 18 17:47:02 2026 UTC imp commit - 31da3d0eb44fdab82e620d1cbdd35f31e8f1ee7f commit + 08aca7556940de4162bdc97642a159498ca3aa35 blob - 8b2cb2bdfe4df1507f10c19ef239df7fed214a43 blob + 9f23e7b405d465713b17804087dfec4d2d73fe94 --- hosts/impish/default.nix +++ hosts/impish/default.nix @@ -245,8 +245,12 @@ chicken ]; + ocaml = lib.concatLists [ + (with ocamlPackages; [ocaml dune opam]) + ]; + lua = lib.concatLists [ - (with luaPackages; [fennel lua]) + (with luaPackages; [lua fennel]) [fnlfmt] ]; blob - 9db63d1f869d6e2e5027afa8ed0b3ff167f4bb1e blob + 855cd909727f4ccb7574dacd77600e1946b1858a Binary files hosts/impish/overlays/config/shell/rc/imp and hosts/impish/overlays/config/shell/rc/imp differ blob - ac8dcf12515eb0f9798582bf478bbbcb1065c935 blob + a5d793329e813b18779488f74211b67e9a4b3510 --- hosts/impish/overlays/config/volare/config +++ hosts/impish/overlays/config/volare/config @@ -1,7 +1,7 @@ set $mod Mod1 set $alt Mod4 -set $term kitty --single-instance +set $term footclient set $menu dmenu_run $dmenu_args set $wobsock $XDG_RUNTIME_DIR/wob.sock