diff --git a/hosts/dunamis/programs.nix b/hosts/dunamis/programs.nix index 9a8d8bb..57f8168 100644 --- a/hosts/dunamis/programs.nix +++ b/hosts/dunamis/programs.nix @@ -5,6 +5,7 @@ }: { programs = { fish.enable = true; + mosh.enable = true; nh = { enable = true; flake = "/home/user/.config/nixos"; diff --git a/modules/home/desktop/niri/default.nix b/modules/home/desktop/niri/default.nix index c158fb3..e13c9a0 100644 --- a/modules/home/desktop/niri/default.nix +++ b/modules/home/desktop/niri/default.nix @@ -445,13 +445,13 @@ in { tab-indicator { active-color "#${colors.base04}" inactive-color "#${colors.base03}" - width 8 - gap 6 corner-radius 4 - gaps-between-tabs 0 + gap 6 + gaps-between-tabs 3 length total-proportion=0.3 - position "bottom" place-within-column + position "left" + width 8 } focus-ring { // off diff --git a/modules/home/programs/terminal/wezterm.nix b/modules/home/programs/terminal/wezterm.nix index 5612edf..6d8dbaa 100644 --- a/modules/home/programs/terminal/wezterm.nix +++ b/modules/home/programs/terminal/wezterm.nix @@ -58,8 +58,8 @@ in { }, use_fancy_tab_bar = false, inactive_pane_hsb = { - saturation = 0.8, - brightness = 0.7, + -- saturation = 0.8, + brightness = 0.7, }, -- window_frame = { -- font = wezterm.font { family = 'Cantarell', weight = 'Bold' }, @@ -69,9 +69,9 @@ in { keys = { { key = 'Enter', mods = 'SHIFT|CTRL', action = act.ActivateCopyMode }, { key = 'R', mods = 'SHIFT|CTRL', action = act.ReloadConfiguration }, - { key = '+', mods = 'SHIFT|CTRL', action = act.IncreaseFontSize }, - { key = '-', mods = 'SHIFT|CTRL', action = act.DecreaseFontSize }, - { key = '0', mods = 'SHIFT|CTRL', action = act.ResetFontSize }, + { key = '=', mods = 'CTRL', action = act.IncreaseFontSize }, + { key = '-', mods = 'CTRL', action = act.DecreaseFontSize }, + { key = '0', mods = 'CTRL', action = act.ResetFontSize }, { key = 'C', mods = 'SHIFT|CTRL', action = act.CopyTo 'Clipboard' }, -- { key = 'N', mods = 'SHIFT|CTRL', action = act.SpawnWindow }, { key = 'l', mods = 'SHIFT|CTRL', action = act.CharSelect{ copy_on_select = true, copy_to = 'ClipboardAndPrimarySelection' } }, diff --git a/modules/nixos/desktop/niri.nix b/modules/nixos/desktop/niri.nix index 684e564..b9431af 100644 --- a/modules/nixos/desktop/niri.nix +++ b/modules/nixos/desktop/niri.nix @@ -20,6 +20,7 @@ in { ]; fonts.fontDir.enable = true; security.pam = { + services.greetd.enableGnomeKeyring = true; services.gtklock = {}; loginLimits = [ {