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';