mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 01:38:28 +02:00
feat: enable wezterm
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
# xdg.configFile."wezterm/colors".source = "${catppuccin-wezterm}/dist";
|
# xdg.configFile."wezterm/colors".source = "${catppuccin-wezterm}/dist";
|
||||||
|
|
||||||
programs.wezterm = {
|
programs.wezterm = {
|
||||||
enable = false;
|
enable = true;
|
||||||
package = pkgs-unstable.wezterm;
|
package = pkgs-unstable.wezterm;
|
||||||
|
|
||||||
extraConfig =
|
extraConfig =
|
||||||
|
|||||||
Reference in New Issue
Block a user