refactor: clean up a bit

This commit is contained in:
Moritz Böhme 2024-06-17 09:59:39 +02:00
parent bee307ae9c
commit a5a784b2d5
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 69 additions and 51 deletions

View file

@ -1,8 +1,8 @@
{ config, lib, pkgs, inputs, ... }:
with lib;
let
cfg = config.my.programs.nvim;
inherit (lib) mkEnableOption mkIf readFile;
in
{
imports = lib.my.listModulesRec ./plugins;