What are some nice snippets that everyone should have in their NixOS config?

21d 5h ago by lemmy.ml/u/mawkler in nix@programming.dev

I'll start. I just discovered this one. It shows asterisks (*********) while you type your sudo password:

security.sudo.extraConfig = # sh
  ''
    Defaults pwfeedback # Make typed password visible as asterisks
  '';