feat(ada): gpm init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 00:08:30 +03:00
parent 58c5ffdb54
commit 9088c730ce

7
ada/services/gpm.nix Normal file
View file

@ -0,0 +1,7 @@
_: {
services = {
gpm = {
enable = true;
};
};
}