1
Fork 0

Move away from wezterm

This commit is contained in:
prescientmoon 2024-08-05 20:31:34 +02:00
parent afea4bacd0
commit 3a4d400fef
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
19 changed files with 217 additions and 314 deletions
modules/common

View file

@ -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;
}