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" ];