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 = {