fix foot config

This commit is contained in:
fleaz 2023-10-03 15:51:29 +02:00
parent 894e3eb895
commit df65b08cd5
2 changed files with 7 additions and 5 deletions

View file

@ -23,6 +23,7 @@ in
modules/devenv.nix modules/devenv.nix
modules/overlay.nix modules/overlay.nix
modules/zsh.nix modules/zsh.nix
modules/foot.nix
] ++ lib.optionals (config.networking.hostName == "jimbo") [ ] ++ lib.optionals (config.networking.hostName == "jimbo") [
modules/kanshi.nix modules/kanshi.nix
] ++ lib.optionals (config.networking.hostName == "milhouse") [ ] ++ lib.optionals (config.networking.hostName == "milhouse") [
@ -107,9 +108,9 @@ in
studio-link studio-link
#george-decker #george-decker
] ++ lib.optionals (sysConfig.networking.hostname == "jimbo") [ ] ++ lib.optionals (config.networking.hostName == "jimbo") [
networkmanager networkmanager
] ++ lib.optionals (sysConfig.networking.hostname == "milhouse") [ ] ++ lib.optionals (config.networking.hostName == "milhouse") [
networkmanager networkmanager
]; ];
home.stateVersion = "21.11"; home.stateVersion = "21.11";
@ -287,4 +288,5 @@ in
# Enable blueman-applet when the machine has bluetooth enabled # Enable blueman-applet when the machine has bluetooth enabled
services.blueman-applet.enable = config.hardware.bluetooth.enable == true; services.blueman-applet.enable = config.hardware.bluetooth.enable == true;
} };
}

View file

@ -1,4 +1,4 @@
{ config { nixosConfig
, ... , ...
}: }:
let let
@ -10,7 +10,7 @@ in
settings = { settings = {
main = { main = {
term = "xterm-256color"; term = "xterm-256color";
font = fontSize config.my.highDPI; font = fontSize nixosConfig.my.highDPI;
}; };
scrollback = { lines = 100000; }; scrollback = { lines = 100000; };
colors = { colors = {