From 81fd8f4dd2a781c23081c8828924cd7a129b0f9c Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Mon, 3 Mar 2025 21:28:50 +0100 Subject: [PATCH] Minecraft on macbook --- nixos/modules/hyprland/hyprland.nix | 1 + nixos/modules/impermanence/home.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/nixos/modules/hyprland/hyprland.nix b/nixos/modules/hyprland/hyprland.nix index e823d4e..4ba8d66 100644 --- a/nixos/modules/hyprland/hyprland.nix +++ b/nixos/modules/hyprland/hyprland.nix @@ -138,6 +138,7 @@ in { touchpad = { natural_scroll = true; + disable_while_typing = false; #for games }; }; env = [ diff --git a/nixos/modules/impermanence/home.nix b/nixos/modules/impermanence/home.nix index eb2e185..ee990d5 100644 --- a/nixos/modules/impermanence/home.nix +++ b/nixos/modules/impermanence/home.nix @@ -36,6 +36,8 @@ #} ".mozilla" ".librewolf" + ".local/share/mcpelauncher" + ".local/share/PrismLauncher" ".local/share/TelegramDesktop" ".config/solaar" ".config/kdeconnect" @@ -46,6 +48,7 @@ ]; files = [ ".screenrc" + ".config/Minecraft Linux Launcher/Minecraft Linux Launcher UI.conf" #".steampid" #".steampath" ];