mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-04 10:55:50 +00:00
modules/theme: switch to explicit lib calls
This commit is contained in:
parent
2101ac9061
commit
2c483d90af
3 changed files with 20 additions and 18 deletions
|
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkDefault;
|
||||
{lib, ...}: let
|
||||
inherit (lib.modules) mkDefault;
|
||||
in {
|
||||
config = {
|
||||
vim.theme = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue