From 5a0fb5bf82afd655f16f688ac8462e6b11cd5b37 Mon Sep 17 00:00:00 2001 From: Zephrynis Date: Tue, 28 Oct 2025 01:41:02 +0000 Subject: [PATCH] Fix: add missing 'lib' parameter to configuration function for improved compatibility --- hosts/desktop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 65f3abc..b94e4e8 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, inputs, ... }: +{ config, pkgs, lib, inputs, ... }: { imports = [