mako silent mode

This commit is contained in:
2026-01-27 14:26:32 +01:00
parent 36cf6a4fc3
commit 9f2b5eeaf7
3 changed files with 14 additions and 1 deletions

View File

@@ -44,6 +44,14 @@ in
default-timeout = 15000;
border-radius = 24;
border-color = "#${palette.base08}FF";
"mode=silent" = {
invisible = true; # hide all notifications
actions = false;
icons = false;
default-timeout = 0;
};
};
};

View File

@@ -36,6 +36,8 @@
valgrind
fontconfig
plantuml
rustup
rustfmt
treefmt

View File

@@ -59,7 +59,10 @@
#system = "x86_64-linux";
# if the builder supports building for multiple architectures,
# replace the previous line by, e.g.,
systems = ["x86_64-linux" "aarch64-linux"];
systems = [
"x86_64-linux"
"aarch64-linux"
];
maxJobs = 6;
speedFactor = 6001;
supportedFeatures = [ ];