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
|
|
@ -22,6 +22,7 @@
|
|||
};
|
||||
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
||||
nix-bwrapper.url = "github:Naxdy/nix-bwrapper";
|
||||
mobile-nixpkgs.url = "github:NixOS/nixpkgs?rev=00c21e4c93d963c50d4c0c89bfa84ed6e0694df2";
|
||||
mobile-nixos = {
|
||||
url = "github:mobile-nixos/mobile-nixos";
|
||||
flake = false;
|
||||
|
|
@ -47,7 +48,7 @@
|
|||
./loadedskypotato/configuration.nix
|
||||
];
|
||||
};
|
||||
nixosConfigurations.pinephonepro = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations.pinephonepro = inputs.mobile-nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./pinephonepro/configuration.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue