diff options
-rw-r--r-- | home/wayland/modules/foot.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/wayland/modules/foot.nix b/home/wayland/modules/foot.nix index 5f6c898..0b12ac5 100644 --- a/home/wayland/modules/foot.nix +++ b/home/wayland/modules/foot.nix @@ -3,6 +3,8 @@ + lib.optionalString (config.global.font.monospace.size != null) ":size=" + builtins.toString config.global.font.monospace.size; in { + home.sessionVariables.TERMINAL = + lib.getExe config.programs.foot.package; programs.foot = { enable = true; |