lib/nixvim: init

This commit is contained in:
Gabriel Arazas 2024-02-25 20:03:41 +08:00
parent 29b7b302e1
commit d73daa69f7
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

6
lib/nixvim.nix Normal file
View File

@ -0,0 +1,6 @@
{ config, lib }:
{
isStandalone =
!config?hmConfig && !config?nixosConfig && !config?darwinConfig;
}