accountsservice

accountsservice 23.13.9

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)
riscv64-linuxmips64el-linuxarc-linuxi686-linuxloongarch64-linuxmicroblaze-linuxs390x-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