Home

dotnix @d7b09a802298f6dbda5f89e124b93cc11ec0cc68 - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
dotnix / apps / gui / wezterm.nix
- raw -
1
2
3
4
{
  programs.wezterm.enable = true;
  xdg.configFile."wezterm/wezterm.lua".source = ./wezterm/wezterm.lua;
}