WIP mobile, broken build

This commit is contained in:
Henry Hiles 2025-07-12 18:21:49 -04:00
commit 4a03eb9193
No known key found for this signature in database
14 changed files with 95 additions and 82 deletions

View file

@ -0,0 +1,8 @@
{inputs, ...}: {
imports = [inputs.nixpkgs-gnome-mobile.nixosModules.gnome-mobile];
i18n.inputMethod = {
enable = true;
type = "ibus";
};
}