Nixpkgs overlay for GNOME Shell on mobile
Find a file
2023-05-02 15:10:07 +08:00
flake.nix split 2023-04-26 06:11:34 +08:00
module.nix split 2023-04-26 06:11:34 +08:00
overlay.nix gnome-shell 2023-04-24, more robust override 2023-05-02 15:10:07 +08:00
README.md split 2023-04-26 06:11:34 +08:00

nixpkgs-gnome-mobile

A Nixpkgs overlay providing patches, and a NixOS module providing useful configurations, for running GNOME Shell on mobile.

Usage

For using with Nixpkgs, add ./overlay.nix or nixpkgs-gnome-mobile.overlays.default to your Nixpkgs overlays. For using with NixOS, add ./module.nix to your imports in configuration.nix, or nixpkgs-gnome-mobile.nixosModules.gnome-mobile to your modules in nixpkgs.lib.nixosSystem.

Debugging gnome-shell

The Wayland compositor can be started directly from the Linux console. The log is actually verbose enough to identify problems, but for unknown reasons you may have to redirect the stderr to see it:

$ gnome-shell --wayland 2> gnome-shell.log