add default special arguments
This commit is contained in:
parent
8798643a29
commit
528ee1cfb1
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ in
|
|||
# local.alacritty.fontSize = 6.0;
|
||||
local.wezterm.fontSize = 10.0;
|
||||
};
|
||||
|
||||
specialArgs = {
|
||||
extraJanHomeModule = { ... }: { };
|
||||
};
|
||||
};
|
||||
|
||||
istal = {
|
||||
|
|
Loading…
Reference in a new issue