Use librewolf from nixpkgs 26.05
This commit is contained in:
+5
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user