diff --git a/home/features/desktop/hyprland.nix b/home/features/desktop/hyprland.nix index 80f7d52..bd4bba5 100644 --- a/home/features/desktop/hyprland.nix +++ b/home/features/desktop/hyprland.nix @@ -132,7 +132,8 @@ bind = [ "$mainMod, return, exec, kitty -e zellij-ps" - "$mainMod, t, exec, kitty -e fish -c 'fastfetch; exec fish'" + "$mainMod, t, exec, warp-terminal" + # "$mainMod, t, exec, kitty -e fish -c 'fastfetch; exec fish'" "$mainMod SHIFT, e, exec, kitty -e zellij_nvim" "$mainMod, o, exec, hyprctl setprop activewindow opaque toggle" "$mainMod, b, exec, thunar" @@ -152,6 +153,7 @@ "$mainMod, k, movefocus, u" "$mainMod, j, movefocus, d" "$mainMod, 1, workspace, 1" + "$mainMod, 2, workspace, 2" "$mainMod, 3, workspace, 3" "$mainMod, 4, workspace, 4" diff --git a/hosts/m3-ares/configuration.nix b/hosts/m3-ares/configuration.nix index 4e75e79..7f9e271 100644 --- a/hosts/m3-ares/configuration.nix +++ b/hosts/m3-ares/configuration.nix @@ -35,6 +35,11 @@ ''; networking.hostName = "m3-ares"; # Define your hostname. + # warp-terminal update fix + networking.extraHosts = '' + 127.0.0.1 releases.warp.dev + 127.0.0.1 app.warp.dev + ''; # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.networkmanager.enable = diff --git a/hosts/m3-kratos/configuration.nix b/hosts/m3-kratos/configuration.nix index a8bbf3d..fa7cac4 100644 --- a/hosts/m3-kratos/configuration.nix +++ b/hosts/m3-kratos/configuration.nix @@ -19,6 +19,11 @@ security.polkit.enable = true; networking.hostName = "m3-kratos"; # Define your hostname. networking.hostId = "458bd616"; + # warp-terminal update fix + networking.extraHosts = '' + 127.0.0.1 releases.warp.dev + 127.0.0.1 app.warp.dev + ''; # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.networkmanager.enable =