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