diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-16 13:57:38 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-16 13:57:47 +0530 |
commit | 33b833758f44f94ee9c69ffc7b235cfb8a4d49a5 (patch) | |
tree | c40364aae185acaab9694c58fbc97858961ce8ef /home | |
parent | fbd73fcf779d16c5876aeb247abece4738387cda (diff) |
home/wayland/foot: set $TERMINAL
Diffstat (limited to 'home')
-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; |