summaryrefslogtreecommitdiff
path: root/common/modules/terminal/foot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/modules/terminal/foot.nix')
-rw-r--r--common/modules/terminal/foot.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/common/modules/terminal/foot.nix b/common/modules/terminal/foot.nix
index afc4539..7603776 100644
--- a/common/modules/terminal/foot.nix
+++ b/common/modules/terminal/foot.nix
@@ -11,7 +11,15 @@ in
enable = true;
settings = {
main = {
- include = lib.optionals config.beeMods.matugen.enable [ "~/.config/foot/themes/matugen" ];
+ include =
+ if
+ config.beeMods.matugen.enable
+ && config.beeMods.windowManagers.beeConfig.enable
+ && !config.beeMods.windowManagers.noctalia
+ then
+ [ "~/.config/foot/themes/matugen" ]
+ else
+ [ "~/.config/foot/themes/noctalia" ];
line-height = 13;
letter-spacing = 0;
vertical-letter-offset = 0;