diff --git a/home/default.nix b/home/default.nix index 22e289f..4968e9d 100644 --- a/home/default.nix +++ b/home/default.nix @@ -15,6 +15,20 @@ in base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml"; targets.nixvim.enable = false; # tokyonight module missing? targets.vscode.enable = false; # overrides synced settings + targets.alacritty.enable = true; + targets.tmux.enable = true; + + fonts.sizes.terminal = 16; + + fonts.monospace = { + name = "FiraCode Nerd Font Mono"; + package = "${pkgs.fira-mono}"; + }; + + fonts.sansSerif = { + name = "FiraCode Nerd Font"; + package = "${pkgs.fira-code}"; + }; }; services = { diff --git a/machines/zelus/configuration.nix b/machines/zelus/configuration.nix index 012e130..b342726 100644 --- a/machines/zelus/configuration.nix +++ b/machines/zelus/configuration.nix @@ -109,4 +109,8 @@ in ]; }; + stylix.image = "/Library/tokyo-night.jpg"; + + stylix.autoEnable = false; + }