modules/theme: switch to explicit lib calls

This commit is contained in:
raf 2024-03-12 03:47:12 +03:00
commit 2c483d90af
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
3 changed files with 20 additions and 18 deletions

View file

@ -1,9 +1,5 @@
{
config,
lib,
...
}: let
inherit (lib) mkDefault;
{lib, ...}: let
inherit (lib.modules) mkDefault;
in {
config = {
vim.theme = {