From 528ee1cfb1143a85f5f6acec394601e1f127fd6d Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 30 Nov 2023 23:56:37 +0300 Subject: [PATCH] add default special arguments --- nixos/hosts/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/hosts/default.nix b/nixos/hosts/default.nix index 7e60c01..e6f7e30 100644 --- a/nixos/hosts/default.nix +++ b/nixos/hosts/default.nix @@ -53,6 +53,10 @@ in # local.alacritty.fontSize = 6.0; local.wezterm.fontSize = 10.0; }; + + specialArgs = { + extraJanHomeModule = { ... }: { }; + }; }; istal = {