Skip to content

Commit

Permalink
Merge pull request NixOS#203863 from samueldr/fix/plamo-misc-issues
Browse files Browse the repository at this point in the history
Plasma Mobile: Minor fixes
  • Loading branch information
ttuegel authored Dec 21, 2022
2 parents c898a64 + 04568a0 commit cc620a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/services/x11/desktop-managers/plasma5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,8 @@ in
hardware.bluetooth.enable = true;
hardware.pulseaudio.enable = true;
networking.networkmanager.enable = true;
# Required for autorotate
hardware.sensor.iio.enable = lib.mkDefault true;

# Recommendations can be found here:
# - https://invent.kde.org/plasma-mobile/plasma-phone-settings/-/tree/master/etc/xdg
Expand Down
2 changes: 2 additions & 0 deletions pkgs/desktops/plasma-5/plasma-mobile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
, kconfig
, krunner
, kinit
, kirigami-addons
, kwayland
, kwin
, plasma-framework
Expand Down Expand Up @@ -50,6 +51,7 @@ mkDerivation {
kconfig
krunner
kinit
kirigami-addons
kwayland
kwin
plasma-framework
Expand Down

0 comments on commit cc620a6

Please sign in to comment.