feat: Update to fabric-1_21_8
This commit is contained in:
@@ -178,9 +178,9 @@
|
|||||||
];
|
];
|
||||||
bind = [
|
bind = [
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
# "$mainMod, Return, exec, ${pkgs.kitty}/bin/kitty"
|
"$mainMod, Return, exec, ${pkgs.kitty}/bin/kitty"
|
||||||
"$mainMod, Return, exec, ${pkgs.wezterm}/bin/wezterm"
|
"$mainModShift, Return, exec, ${pkgs.wezterm}/bin/wezterm"
|
||||||
"$mainModShift, Return, exec, ${pkgs.foot}/bin/foot"
|
# "$mainModShift, Return, exec, ${pkgs.foot}/bin/foot"
|
||||||
"$mainModShift, Q, killactive,"
|
"$mainModShift, Q, killactive,"
|
||||||
"$mainModShift, s, exec, ${pkgs.hyprshot}/bin/hyprshot -m region"
|
"$mainModShift, s, exec, ${pkgs.hyprshot}/bin/hyprshot -m region"
|
||||||
# "$mainMod, M, exit,"
|
# "$mainMod, M, exit,"
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
inherit whitelist;
|
inherit whitelist;
|
||||||
enable = true;
|
enable = true;
|
||||||
jvmOpts = "-Xmx4G -Xms4G";
|
jvmOpts = "-Xmx4G -Xms4G";
|
||||||
package = pkgs.fabricServers.fabric-1_21_7;
|
package = pkgs.fabricServers.fabric-1_21_8;
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
motd = "Servius's Fabric Minecraft Server";
|
motd = "Servius's Fabric Minecraft Server";
|
||||||
server-port = 25567;
|
server-port = 25567;
|
||||||
|
|||||||
Reference in New Issue
Block a user