snowflake/home/wezterm/default.nix
notohh 62d18067fd
All checks were successful
flake check / check (push) Successful in 3m35s
fmt check / check (push) Successful in 41s
wezterm: switch config to native lua
2023-11-14 21:40:30 -05:00

7 lines
104 B
Nix

_: {
programs.wezterm = {
enable = true;
extraConfig = builtins.readFile ./config.lua;
};
}