nixos-config/lib/nixvim.nix

7 lines
114 B
Nix
Raw Normal View History

2024-02-25 14:27:05 +00:00
{ config, pkgs, lib }:
2024-02-25 12:03:41 +00:00
{
isStandalone =
!config?hmConfig && !config?nixosConfig && !config?darwinConfig;
}