chore: use wezterm package from nixpkgs again
This commit is contained in:
parent
c6e919a500
commit
cc25883afc
4 changed files with 1 additions and 7558 deletions
8
programs/wezterm/default.nix
Normal file
8
programs/wezterm/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile ./wezterm.lua;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue