Move away from wezterm
This commit is contained in:
parent
afea4bacd0
commit
3a4d400fef
19 changed files with 217 additions and 314 deletions
modules/common
|
@ -1,9 +1,9 @@
|
|||
# (https://nixos.wiki/wiki/Module).
|
||||
|
||||
{
|
||||
# example = import ./example.nix;
|
||||
lua-lib = import ./lua-lib.nix;
|
||||
lua-colorscheme = import ./lua-colorscheme.nix;
|
||||
theming = import ./theming.nix;
|
||||
toggles = import ./toggles.nix;
|
||||
# example = ./example.nix;
|
||||
lua-lib = ./lua-lib.nix;
|
||||
lua-colorscheme = ./lua-colorscheme.nix;
|
||||
theming = ./theming.nix;
|
||||
toggles = ./toggles.nix;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue