summaryrefslogtreecommitdiff
path: root/home/wayland/modules/foot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/wayland/modules/foot.nix')
-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;