summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-07-16 13:57:38 +0530
committersinanmohd <sinan@sinanmohd.com>2024-07-16 13:57:47 +0530
commit33b833758f44f94ee9c69ffc7b235cfb8a4d49a5 (patch)
treec40364aae185acaab9694c58fbc97858961ce8ef
parentfbd73fcf779d16c5876aeb247abece4738387cda (diff)
home/wayland/foot: set $TERMINAL
-rw-r--r--home/wayland/modules/foot.nix2
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;