notohh
62d18067fd
All checks were successful
flake check / check (push) Successful in 3m35s
fmt check / check (push) Successful in 41s
6 lines
104 B
Nix
6 lines
104 B
Nix
_: {
|
|
programs.wezterm = {
|
|
enable = true;
|
|
extraConfig = builtins.readFile ./config.lua;
|
|
};
|
|
}
|