From 5853cc3a4efc1939cf637ba6f9bf3ef62c4cc55a Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 17 Jan 2026 16:36:39 +0100 Subject: [PATCH] feat: import `nixocaine` --- modules/core/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/system.nix b/modules/core/system.nix index 3d2e0a1..29852e7 100644 --- a/modules/core/system.nix +++ b/modules/core/system.nix @@ -47,6 +47,7 @@ overlays = [ self.overlays.default inputs.nur.overlay + inputs.nixocaine.overlays.default ]; };