diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-25 16:03:54 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-25 16:03:54 -0400 |
| commit | 9f1670e88e11fb08a0d968f40cb9f05ccfb1a140 (patch) | |
| tree | 5a86b88cdc060c15b068e9f958cb36a54225449f /modules/user/desktop/apps/foot.nix | |
| parent | cb22599894335c495297b8786e95cabfa4af501d (diff) | |
font size option
Diffstat (limited to 'modules/user/desktop/apps/foot.nix')
| -rw-r--r-- | modules/user/desktop/apps/foot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/desktop/apps/foot.nix b/modules/user/desktop/apps/foot.nix index 6944563..bbefc11 100644 --- a/modules/user/desktop/apps/foot.nix +++ b/modules/user/desktop/apps/foot.nix @@ -39,7 +39,7 @@ }; main = { - font = "Fira Code:size=8"; + font = "Fira Code:size=${(builtins.toString config.desktop.defaultFontSize)}"; selection-target = "none"; }; |
