You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as the profile also contains hideProcessInformation = true; and this one interferes with some display managers at the moment, it probably should be disabled, too.
(see NixOS/nixpkgs#111629)
Similarly to #114, a hardening option is included in core. In addition to benneti's comment, I wish to point out that this renders non-root gotop (as well as other *tops) unable to display useful information as well.
Expected behavior
gdm+wayland and *top programs should Just Work as long as the user doesn't opt-in to hardening settings.
The text was updated successfully, but these errors were encountered:
122: flake: remove anti-corruption layer and use nixlib r=blaggacao a=Pacman99
This means the only remaining part of digga lib that uses nixpkgs is deploy, which can hopefully be removed with use of the deploy overlay instead of `deploy.lib`.
A small piece of #115 focusing on the follows changes
Co-authored-by: Parthiv Seetharaman <pachum99@myrdd.info>
as the profile also contains
hideProcessInformation = true;
and this one interferes with some display managers at the moment, it probably should be disabled, too.(see NixOS/nixpkgs#111629)
Originally posted by @benneti in #114 (comment)
Similarly to #114, a hardening option is included in
core
. In addition to benneti's comment, I wish to point out that this renders non-root gotop (as well as other*top
s) unable to display useful information as well.Expected behavior
gdm+wayland and
*top
programs should Just Work as long as the user doesn't opt-in to hardening settings.The text was updated successfully, but these errors were encountered: