yarn: declarative lact config

This commit is contained in:
2026-05-01 14:26:04 -04:00
parent 06a192c57f
commit 975c4f7af1
2 changed files with 47 additions and 9 deletions

View File

@@ -13,6 +13,7 @@
../../modules/no-rgb.nix
./disk.nix
./impermanence.nix
./lact.nix
./vr.nix
inputs.impermanence.nixosModules.impermanence
@@ -72,15 +73,7 @@
localNetworkGameTransfers.openFirewall = true;
};
# LACT (Linux AMDGPU Configuration Tool): https://github.com/ilya-zlobintsev/LACT
environment.systemPackages = with pkgs; [
lact
jovian-stubs
];
systemd.packages = with pkgs; [ lact ];
systemd.services.lactd.wantedBy = [ "multi-user.target" ];
systemd.services.lactd.serviceConfig.ExecStartPre = "${lib.getExe pkgs.bash} -c \"sleep 3s\"";
environment.systemPackages = [ pkgs.jovian-stubs ];
# yarn is not a Steam Deck
jovian.devices.steamdeck.enable = false;