Skip to content

Commit

Permalink
plasma: switch to samueldr's fork and enable plasma mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindavi committed Nov 11, 2021
1 parent 6e3d93e commit 122413a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
description = "Pinephone NixOS config";

inputs.nixpkgs = {
url = "github:NixOS/nixpkgs/b165ce0c4efbb74246714b5c66b6bcdce8cde175";
#url = "github:NixOS/nixpkgs/nixpkgs-unstable";
url = "github:samueldr/nixpkgs/feature/plasma-mobile";
#url = "github:NixOS/nixpkgs/nixos-unstable";
};

inputs.mobile-nixos = {
Expand Down
21 changes: 11 additions & 10 deletions pinephone-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
};

documentation.enable = lib.mkOverride 5 true;
programs.phosh = {
enable = true;
phocConfig.xwayland = "false";
};
#programs.phosh = {
# enable = true;
# phocConfig.xwayland = "false";
#};

networking.wireless.enable = false;
networking.networkmanager.enable = true;
Expand Down Expand Up @@ -94,16 +94,17 @@

services.xserver = {
enable = true;
libinput.enable = true;

#displayManager.sddm.enable = true;
displayManager.sddm.enable = true;
#desktopManager.plasma5.enable = true;
#desktopManager.plasma5.mobile.enable = true;
#displayManager.defaultSession = "plasma-mobile";
desktopManager.plasma5.mobile.enable = true;
displayManager.defaultSession = "plasma-mobile";
videoDrivers = lib.mkDefault [ "modesetting" "fbdev" ];

displayManager.gdm.enable = true;
displayManager.gdm.wayland = true;
desktopManager.gnome.enable = true;
#displayManager.gdm.enable = true;
#displayManager.gdm.wayland = true;
#desktopManager.gnome.enable = true;
};

# ntp crashes on boot (maybe only when the time is 00:00 in 1980?)
Expand Down

0 comments on commit 122413a

Please sign in to comment.