flake-parts: rename lib' to conf

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-05-27 20:07:28 +05:30
parent 29acfc513e
commit c1c4714fa2
20 changed files with 40 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, config, lib', ... }:
{ pkgs, config, conf, ... }:
{
programs = {
firefox = {
@@ -34,7 +34,7 @@
font-bold = "Fira Mono:style=Bold:pixelsize=18";
};
scrollback.lines = 4000;
colors = with lib'.colors.default; {
colors = with conf.colors.default; {
inherit foreground background;
regular0 = surface1;
regular1 = red;