Configure wezterm, pretty much maches ghostty now
This commit is contained in:
@@ -228,7 +228,7 @@
|
||||
niri.nixosModules.niri
|
||||
home-manager.nixosModules.home-manager
|
||||
homeManagerSharedModule
|
||||
({ config, lib, pkgs, modulesPath, ... }@innerArgs: (lib.recursiveUpdate (commonConfigFunc innerArgs [ pkgs.gpodder pkgs.evince pkgs.wezterm pkgs.vulkan-tools pkgs.tor-browser ]) {
|
||||
({ config, lib, pkgs, modulesPath, ... }@innerArgs: (lib.recursiveUpdate (commonConfigFunc innerArgs [ pkgs.gpodder pkgs.evince pkgs.vulkan-tools pkgs.tor-browser ]) {
|
||||
# HARDWARE
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
|
||||
|
||||
@@ -341,6 +341,23 @@
|
||||
profileNames = [ "default" "st" ];
|
||||
};
|
||||
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
# settings = {
|
||||
# hide_tab_bar_if_only_one_tab = true;
|
||||
# };
|
||||
extraConfig = ''
|
||||
config.hide_tab_bar_if_only_one_tab = true;
|
||||
config.line_height = 0.98; -- matching ghostty
|
||||
config.window_padding = {
|
||||
left = 0,
|
||||
right = 0,
|
||||
top = 0,
|
||||
bottom = 0,
|
||||
};
|
||||
'';
|
||||
};
|
||||
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user