Adds wezterm config as home manager module
This commit is contained in:
parent
98f4a6679e
commit
8d604f9278
9 changed files with 358 additions and 0 deletions
9
home/modules/wezterm/default.nix
Normal file
9
home/modules/wezterm/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.file.".config/wezterm" = {
|
||||
source = ./config;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue