fix(darwin): depends on wayland

This commit is contained in:
Ryan Yin
2026-06-03 10:47:02 +08:00
parent 67eb9934ab
commit 685af3fa2c
+7 -2
View File
@@ -1,4 +1,9 @@
{ config, nixvim, ... }:
{
config,
nixvim,
pkgs,
...
}:
{
imports = [ nixvim.homeModules.nixvim ];
@@ -11,7 +16,7 @@
programs.nixvim = {
enable = true;
clipboard.providers.wl-copy.enable = true;
clipboard.providers.wl-copy.enable = pkgs.stdenv.isLinux;
opts = {
number = true;