From 779b148902a528580f6f807801cb42cc2ab115a0 Mon Sep 17 00:00:00 2001 From: Mark Dickie Date: Tue, 28 Apr 2026 15:19:53 +0200 Subject: [PATCH] Fix syntax error --- modules/home-manager/kitty.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/home-manager/kitty.nix b/modules/home-manager/kitty.nix index 80b1df9..ccbed02 100644 --- a/modules/home-manager/kitty.nix +++ b/modules/home-manager/kitty.nix @@ -1,7 +1,5 @@ -{ - config, - ... -}: +inputs: +{ config, pkgs, ... }: let cfg = config.hyperdeepnix; unstablePkgs = import inputs.nixpkgs { -- 2.51.2