treewide: remove use of with lib (#425)

This commit is contained in:
Daniel Thwaites 2024-06-14 22:36:25 +01:00 committed by GitHub
parent 73c6955b45
commit 76d6ca2224
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 91 additions and 101 deletions

View file

@ -1,7 +1,5 @@
{ pkgs, config, lib, ... }:
with lib;
let
themeFile = config.lib.stylix.colors {
templateRepo = config.lib.stylix.templates.base16-vim;