feat: run the config through deadnix

This commit is contained in:
NotAShelf 2023-03-31 05:20:35 +03:00
commit 16ccd51852
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
98 changed files with 45 additions and 253 deletions

View file

@ -1,5 +1,4 @@
{
pkgs,
config,
lib,
...

View file

@ -1,13 +1,10 @@
{
pkgs,
config,
lib,
...
}:
with lib;
with builtins; let
cfg = config.vim.notes.mind-nvim;
in {
with builtins; {
options.vim.notes.mind-nvim = {
enable = mkEnableOption "The power of trees at your fingertips. ";
};

View file

@ -1,5 +1,4 @@
{
pkgs,
config,
lib,
...

View file

@ -1,14 +1,10 @@
{
pkgs,
config,
lib,
...
}:
with lib;
with builtins; let
cfg = config.vim.notes.obsidian;
auto = config.vim.autocomplete;
in {
with builtins; {
options.vim.notes = {
obsidian = {
enable = mkEnableOption "Complementary neovim plugins for Obsidian editor";

View file

@ -1,5 +1,4 @@
{
pkgs,
config,
lib,
...

View file

@ -1,13 +1,10 @@
{
pkgs,
config,
lib,
...
}:
with lib;
with builtins; let
cfg = config.vim.notes.orgmode;
in {
with builtins; {
options.vim.notes.orgmode = {
enable = mkEnableOption "Neovim plugin for Emac Orgmode. Get the best of both worlds.";
orgAgendaFiles = mkOption {

View file

@ -1,13 +1,10 @@
{
pkgs,
config,
lib,
...
}:
with lib;
with builtins; let
cfg = config.vim.notes.todo-comments;
in {
with builtins; {
options.vim.notes.todo-comments = {
enable = mkEnableOption "todo-comments";