mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: move to alacritty
This commit is contained in:
parent
15cdf716d9
commit
42d86bf4b2
2 changed files with 7 additions and 1 deletions
6
home/profiles/graphical/alacritty.nix
Normal file
6
home/profiles/graphical/alacritty.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
_: {
|
||||||
|
stylix.targets.alacritty.enable = true;
|
||||||
|
programs.alacritty = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue