[feat] Added some stuff from nixneovim
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
extraConfig = # lua
|
||||
extraConfig =
|
||||
/* lua */
|
||||
''
|
||||
local wezterm = require 'wezterm';
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user