snowflake/home/wezterm/default.nix

7 lines
104 B
Nix
Raw Normal View History

2023-06-11 02:08:06 -04:00
_: {
2023-04-23 17:45:37 -04:00
programs.wezterm = {
2023-01-30 11:32:32 -05:00
enable = true;
2023-11-14 21:40:30 -05:00
extraConfig = builtins.readFile ./config.lua;
2023-04-23 17:45:37 -04:00
};
2023-01-30 11:32:32 -05:00
}