pinephone pro gui works if disable gdm and reenable it

This commit is contained in:
Clayton Hickey 2026-03-09 00:32:49 -04:00
parent 3625ec971f
commit c8d76d5427
3 changed files with 28 additions and 1 deletions

View file

@ -5,6 +5,7 @@
(import "${inputs.mobile-nixos}/lib/configuration.nix" { device = "pine64-pinephonepro"; })
./hardware-configuration.nix
"${inputs.mobile-nixos}/examples/phosh/phosh.nix"
../cos.nix
];
networking.hostName = "pinephonepro";
@ -41,6 +42,14 @@
user = "clhickey";
};
#services.displayManager.enable = true;
services.displayManager.gdm = {
enable = true;
debug = true;
};
#services.gnome.gnome-keyring.enable = true;
#services.getty.autologinUser = "clhickey";
#
# User configuration
#