mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
fix: neovim & wezterm
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
catppuccin-wezterm,
|
||||
...
|
||||
}:
|
||||
@@ -16,6 +17,7 @@
|
||||
|
||||
programs.wezterm = {
|
||||
enable = false;
|
||||
package = pkgs-unstable.wezterm;
|
||||
|
||||
extraConfig =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user