From df1b32cd6079a741408b8c162f2b2f725632059b Mon Sep 17 00:00:00 2001 From: chest Date: Tue, 27 Jan 2026 00:12:50 +0300 Subject: [PATCH] meow --- host/Eclipse/hardware-configuration.nix | 2 ++ host/Eclipse/modules/aagl.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/host/Eclipse/hardware-configuration.nix b/host/Eclipse/hardware-configuration.nix index bd5a850..ba246a1 100644 --- a/host/Eclipse/hardware-configuration.nix +++ b/host/Eclipse/hardware-configuration.nix @@ -47,4 +47,6 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + boot.loader.grub.useOSProber = true; + } diff --git a/host/Eclipse/modules/aagl.nix b/host/Eclipse/modules/aagl.nix index 9cae679..b99e6af 100644 --- a/host/Eclipse/modules/aagl.nix +++ b/host/Eclipse/modules/aagl.nix @@ -3,6 +3,7 @@ nix.settings = inputs.aagl.nixConfig; # Set up Cachix programs.honkers-railway-launcher.enable = true; programs.sleepy-launcher.enable = true; + programs.anime-game-launcher.enable = true; networking.hosts."0.0.0.0" = [ "overseauspider.yuanshen.com" "log-upload-os.hoyoverse.com"