feat: add wezterm
This commit is contained in:
10
modules/wezterm/default.nix
Normal file
10
modules/wezterm/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.comic-mono
|
||||
];
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile ./wezterm.lua;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user