mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-06-11 17:12:43 +02:00
fix(darwin): depends on wayland
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user