pinephone pro gui works if disable gdm and reenable it
This commit is contained in:
parent
3625ec971f
commit
c8d76d5427
3 changed files with 28 additions and 1 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue