Use librewolf from nixpkgs 26.05

This commit is contained in:
2026-06-20 00:48:01 +02:00
parent a6af72b1ae
commit 5b2b451002
5 changed files with 27 additions and 3 deletions
+5 -1
View File
@@ -71,7 +71,11 @@ rec {
amdCpu = true;
noMitigations = false;
enablePulseaudio = true;
audioRt.enable = true;
audioRt = {
enable = true;
cpuPartitioning = false;
performanceGovernor = false;
};
sshd = true;
users.user = true;
# users.drugi = true;