basic support for base16 templates

This commit is contained in:
notgne2 2021-03-29 16:25:14 -07:00
parent d78da97be7
commit df75571c56
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
6 changed files with 232 additions and 389 deletions

View file

@ -1,7 +1,8 @@
inputs:
{ config, lib, pkgs, ... }:
{
imports = [ ./modules ];
imports = [ (import ./modules inputs) ];
programs.vim = {
enable = true;