feat: move to alacritty

This commit is contained in:
Kat Inskip 2025-07-26 22:13:23 -07:00
parent 15cdf716d9
commit 42d86bf4b2
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
_: {
stylix.targets.alacritty.enable = true;
programs.alacritty = {
enable = true;
};
}

View file

@ -4,7 +4,7 @@
... ...
}: { }: {
programs.wezterm = { programs.wezterm = {
enable = true; enable = false;
package = inputs.wezterm.outputs.packages.${pkgs.system}.default; package = inputs.wezterm.outputs.packages.${pkgs.system}.default;
extraConfig = '' extraConfig = ''
local wezterm = require 'wezterm'; local wezterm = require 'wezterm';