Regenerated

This commit is contained in:
2026-04-23 20:28:59 +02:00
parent 1f150d71d2
commit 33825fc137
4 changed files with 413 additions and 392 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ format = " in $duration "
style = "bg:lavender"
disabled = false
show_notifications = true
min_time_to_notify = 100000
min_time_to_notify = 60000
[palettes.catppuccin_mocha]
rosewater = "#f5e0dc"
@@ -1,11 +1,18 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
{ lib, config, ... }:
{
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
download-buffer-size = 536870912; # 512 MB
cores = 2;
max-jobs = 1;
cores = 8;
max-jobs = "auto";
};
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
boot.loader.systemd-boot.configurationLimit = 3;
}