mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #203863 from samueldr/fix/plamo-misc-issues
Plasma Mobile: Minor fixes
This commit is contained in:
commit
cc620a6e59
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
, kconfig
|
||||
, krunner
|
||||
, kinit
|
||||
, kirigami-addons
|
||||
, kwayland
|
||||
, kwin
|
||||
, plasma-framework
|
||||
|
@ -50,6 +51,7 @@ mkDerivation {
|
|||
kconfig
|
||||
krunner
|
||||
kinit
|
||||
kirigami-addons
|
||||
kwayland
|
||||
kwin
|
||||
plasma-framework
|
||||
|
|
Loading…
Reference in a new issue