diff --git a/home/linux/hyprland.nix b/home/linux/hyprland.nix index 5c324ee6..917033ef 100644 --- a/home/linux/hyprland.nix +++ b/home/linux/hyprland.nix @@ -178,9 +178,9 @@ ]; bind = [ # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more - # "$mainMod, Return, exec, ${pkgs.kitty}/bin/kitty" - "$mainMod, Return, exec, ${pkgs.wezterm}/bin/wezterm" - "$mainModShift, Return, exec, ${pkgs.foot}/bin/foot" + "$mainMod, Return, exec, ${pkgs.kitty}/bin/kitty" + "$mainModShift, Return, exec, ${pkgs.wezterm}/bin/wezterm" + # "$mainModShift, Return, exec, ${pkgs.foot}/bin/foot" "$mainModShift, Q, killactive," "$mainModShift, s, exec, ${pkgs.hyprshot}/bin/hyprshot -m region" # "$mainMod, M, exit," diff --git a/nixos/tsuba/services/minecraft.nix b/nixos/tsuba/services/minecraft.nix index a5eba8c7..a6528f1a 100644 --- a/nixos/tsuba/services/minecraft.nix +++ b/nixos/tsuba/services/minecraft.nix @@ -33,7 +33,7 @@ inherit whitelist; enable = true; jvmOpts = "-Xmx4G -Xms4G"; - package = pkgs.fabricServers.fabric-1_21_7; + package = pkgs.fabricServers.fabric-1_21_8; serverProperties = { motd = "Servius's Fabric Minecraft Server"; server-port = 25567;