reNixos/ada/services/gpm.nix
s0me1newithhand7s 9088c730ce feat(ada): gpm init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 00:08:30 +03:00

7 lines
67 B
Nix

_: {
services = {
gpm = {
enable = true;
};
};
}