lib: rename

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-03-08 11:17:33 +05:30
parent f31eb4c876
commit 8e3a3aca2b
12 changed files with 33 additions and 28 deletions

View File

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