updates
This commit is contained in:
parent
c4b0a468e3
commit
15a97c9562
6 changed files with 82 additions and 70 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,5 +16,6 @@
|
|||
portaudio
|
||||
alsa-lib
|
||||
pavucontrol
|
||||
headsetcontrol
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 =
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue