From 42d86bf4b25830abce07b8272a60c2cf9e46cb82 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sat, 26 Jul 2025 22:13:23 -0700 Subject: [PATCH] feat: move to alacritty --- home/profiles/graphical/alacritty.nix | 6 ++++++ home/profiles/graphical/wezterm.nix | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 home/profiles/graphical/alacritty.nix diff --git a/home/profiles/graphical/alacritty.nix b/home/profiles/graphical/alacritty.nix new file mode 100644 index 00000000..4aab6799 --- /dev/null +++ b/home/profiles/graphical/alacritty.nix @@ -0,0 +1,6 @@ +_: { + stylix.targets.alacritty.enable = true; + programs.alacritty = { + enable = true; + }; +} diff --git a/home/profiles/graphical/wezterm.nix b/home/profiles/graphical/wezterm.nix index afd85a3b..5a225436 100644 --- a/home/profiles/graphical/wezterm.nix +++ b/home/profiles/graphical/wezterm.nix @@ -4,7 +4,7 @@ ... }: { programs.wezterm = { - enable = true; + enable = false; package = inputs.wezterm.outputs.packages.${pkgs.system}.default; extraConfig = '' local wezterm = require 'wezterm';