mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-05 09:06:42 -07:00
add wezterm
This commit is contained in:
parent
2e60e6925f
commit
03412261b5
5 changed files with 246 additions and 15 deletions
11
programs/wezterm/default.nix
Normal file
11
programs/wezterm/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
weztermConfig = builtins.readFile ./wezterm.lua;
|
||||
in
|
||||
{
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
extraConfig = weztermConfig;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue