add app with nom, rework overlays

This commit is contained in:
Henry Hiles 2025-08-29 18:46:36 -04:00
commit a29a5eb23c
No known key found for this signature in database
3 changed files with 22 additions and 6 deletions

View file

@ -1,9 +1,11 @@
{
inputs,
crossPkgs,
...
}: {
nixpkgs.overlays = [(self: super: inputs.gnome-mobile.overlays.default self crossPkgs)];
{crossPkgs, ...}: {
nixpkgs.overlays = [
(self: super: {
gnome-shell = crossPkgs.gnome-shell;
gnome-settings-daemon-mobile = crossPkgs.gnome-settings-daemon-mobile;
mutter = crossPkgs.mutter;
})
];
i18n.inputMethod = {
enable = true;