1
Fork 0

Sketch out lazy.nvim nix interface

This commit is contained in:
Matei Adriel 2023-12-02 06:04:57 +01:00
commit 91eb12343c
No known key found for this signature in database
5 changed files with 404 additions and 61 deletions
modules/common

View file

@ -5,4 +5,5 @@
lua-colorscheme = import ./lua-colorscheme.nix;
theming = import ./theming.nix;
toggles = import ./toggles.nix;
neovim = import ./neovim.nix;
}