From 6028b2c3b55255c661398bc34836323040b6df1d Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Wed, 14 Jul 2021 10:50:29 +0700 Subject: [PATCH] add vim ft in zsh.nix --- users/rin/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/rin/zsh.nix b/users/rin/zsh.nix index c217acb..047bcb2 100644 --- a/users/rin/zsh.nix +++ b/users/rin/zsh.nix @@ -1,3 +1,4 @@ +# vim: ft=nix { config, pkgs, ... }: let lib = pkgs.lib;