accountsservice

accountsservice 26.27.3

D-Bus interface for user account query and manipulation

https://www.freedesktop.org/wiki/Software/AccountsService
GNU General Public License v3.0 or later
programs: -
Platforms (24)
armv7a-linuxmicroblaze-linuxmipsel-linuxsh4-linuxloongarch64-linuxarmv6l-linuxmips64-linuxx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  accountsservice
];
Ad-hoc shell
nix-shell -p accountsservice
Flake (nix run)
nix run nixpkgs#accountsservice