mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-06-12 09:24:24 +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 ];
|
imports = [ nixvim.homeModules.nixvim ];
|
||||||
@@ -11,7 +16,7 @@
|
|||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
clipboard.providers.wl-copy.enable = true;
|
clipboard.providers.wl-copy.enable = pkgs.stdenv.isLinux;
|
||||||
|
|
||||||
opts = {
|
opts = {
|
||||||
number = true;
|
number = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user