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,10 +1,10 @@
{ config, lib', ... }:
{ config, conf, ... }:
{
services = {
dunst = {
enable = true;
iconTheme = with config.gtk.iconTheme; { inherit name package; };
settings = with lib'.colors.hex; {
settings = with conf.colors.hex; {
global = {
mouse_left_click = "close_current";
mouse_right_click = "do_action";