nix update flake and finish keyboard handling

This commit is contained in:
Jeeves 2024-07-25 16:31:59 -06:00
parent 4739675642
commit 23dd09bbf9
6 changed files with 397 additions and 116 deletions

View file

@ -6,7 +6,7 @@ const io = std.io;
const Self = @This();
pub fn init(allocator: mem.Allocator) !Self {
const result = try std.ChildProcess.run(.{
const result = try std.process.Child.run(.{
.allocator = allocator,
.argv = &[_][]const u8{ "infocmp", "-x" },
});