Move kakoune config

This commit is contained in:
Natsu Kagami 2021-09-29 17:11:33 -04:00
parent 71edf2a8ea
commit 796c574c6a
7 changed files with 1292 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ./kakoune/kak.nix ];
# Enable the manual so we don't have to load it
manual.html.enable = true;