diff --git a/apps/mo2/fallout4.nix b/apps/mo2/fallout4.nix index 53a56eb..890eaf0 100644 --- a/apps/mo2/fallout4.nix +++ b/apps/mo2/fallout4.nix @@ -1,6 +1,6 @@ {myConfig, ...}: { xdg.desktopEntries.mo2-nix-fo4 = { - name = "Mod Organizer 2 NXM Handler"; + name = "Mod Organizer 2 Fallout"; exec = "protontricks-launch --appid 377160 \"/home/${myConfig.nixos.username}/Games/mod-organizer-2-fallout4/modorganizer2/ModOrganizer.exe\" %u"; terminal = false; categories = ["Game"]; diff --git a/apps/yazi/default.nix b/apps/yazi/default.nix index 5f729bb..5cde85b 100644 --- a/apps/yazi/default.nix +++ b/apps/yazi/default.nix @@ -79,9 +79,14 @@ in { programs.yazi = { enable = true; + initLua = '' + require("session"):setup { + sync_yanked = true, + } + ''; enableFishIntegration = true; settings = { - manager = { + mgr = { show_hidden = false; sort_by = "mtime"; sort_reverse = true; @@ -130,6 +135,7 @@ in { pkgs.xdg-desktop-portal-hyprland pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-termfilechooser + pkgs.p7zip ]; # xdg-desktop-portal-termfilechooser configuration diff --git a/modules/home/apps-optional.nix b/modules/home/apps-optional.nix index 60ed53f..5d48bf2 100644 --- a/modules/home/apps-optional.nix +++ b/modules/home/apps-optional.nix @@ -13,6 +13,8 @@ ../../apps/ttyper ../../apps/libreoffice ../../apps/antigravity + # GAMESZ + ../../apps/mo2 ]; home.packages = with pkgs; [ # TODO: migrate these to `apps` folder. diff --git a/modules/home/gaming.nix b/modules/home/gaming.nix index 9f7ad73..403e3ed 100644 --- a/modules/home/gaming.nix +++ b/modules/home/gaming.nix @@ -27,6 +27,8 @@ # Games that should have `stayfocused` applied (to avoid multi-monitor focus issues) stayFocusedGames = [ + "Fallout4" + "steam_app_377160" # "Deadlock" # "project8" # "citadel"