GNOME: Difference between revisions

imported>WhiteBlackGoose
Dynamic triple buffering overlay added
imported>Why-not-try-calmer
mNo edit summary
Line 141: Line 141:
<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
nixpkgs.config.allowAliases = false;
nixpkgs.config.allowAliases = false;
</syntaxHighlight>
=== Profiling (with sysprof) ===
Install {{ic|sysprof}} as a _system_ package (it won't work properly if installed against users). Then enable the associated service with
<syntaxHighlight lang=nix>
services.sysprof.enable = true;
</syntaxHighlight>
</syntaxHighlight>