This commit is contained in:
alsaiduq-lab 2026-01-15 12:54:44 -07:00
parent c4b0a468e3
commit 15a97c9562
6 changed files with 82 additions and 70 deletions

View file

@ -4,7 +4,7 @@
anime-games-launcher.enable = true;
honkers-railway-launcher.enable = true;
honkers-launcher.enable = true;
wavey-launcher.enable = true;
# wavey-launcher.enable = true;
sleepy-launcher.enable = true;
};
}

View file

@ -16,5 +16,6 @@
portaudio
alsa-lib
pavucontrol
headsetcontrol
];
}

View file

@ -6,16 +6,15 @@
nixpkgs.config.allowUnfree = true;
programs.nix-index.enable = true;
programs.command-not-found.enable = false;
zramSwap.enable = true;
systemd.services.nix-daemon.serviceConfig.MemoryMax = "28G";
nix.settings = {
auto-optimise-store = true;
max-jobs =
if config.networking.hostName == "magus"
then 1
else "auto";
cores =
if config.networking.hostName == "magus"
then 1
else 0;
max-jobs = 4;
cores = 4;
experimental-features = ["nix-command" "flakes"];
substituters =
[