plasma-browser-integration: Init
This commit is contained in:
parent
79f6c57558
commit
68e9d30d33
@ -124,6 +124,7 @@ let
|
|||||||
libksysguard = callPackage ./libksysguard {};
|
libksysguard = callPackage ./libksysguard {};
|
||||||
milou = callPackage ./milou.nix {};
|
milou = callPackage ./milou.nix {};
|
||||||
oxygen = callPackage ./oxygen.nix {};
|
oxygen = callPackage ./oxygen.nix {};
|
||||||
|
plasma-browser-integration = callPackage ./plasma-browser-integration.nix {};
|
||||||
plasma-desktop = callPackage ./plasma-desktop {};
|
plasma-desktop = callPackage ./plasma-desktop {};
|
||||||
plasma-integration = callPackage ./plasma-integration {};
|
plasma-integration = callPackage ./plasma-integration {};
|
||||||
plasma-nm = callPackage ./plasma-nm {};
|
plasma-nm = callPackage ./plasma-nm {};
|
||||||
|
11
pkgs/desktops/plasma-5/plasma-browser-integration.nix
Normal file
11
pkgs/desktops/plasma-5/plasma-browser-integration.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{ mkDerivation, extra-cmake-modules, qtbase, kio, ki18n, kconfig
|
||||||
|
, kdbusaddons, knotifications, krunner, kwindowsystem, kactivities
|
||||||
|
}:
|
||||||
|
|
||||||
|
mkDerivation {
|
||||||
|
name = "plasma-browser-integration";
|
||||||
|
nativeBuildInputs = [
|
||||||
|
extra-cmake-modules qtbase kio ki18n kconfig kdbusaddons
|
||||||
|
knotifications krunner kwindowsystem kactivities
|
||||||
|
];
|
||||||
|
}
|
@ -19963,8 +19963,8 @@ with pkgs;
|
|||||||
bluedevil breeze-gtk breeze-qt5 breeze-grub breeze-plymouth
|
bluedevil breeze-gtk breeze-qt5 breeze-grub breeze-plymouth
|
||||||
kactivitymanagerd kde-cli-tools kde-gtk-config kdeplasma-addons kgamma5
|
kactivitymanagerd kde-cli-tools kde-gtk-config kdeplasma-addons kgamma5
|
||||||
kinfocenter kmenuedit kscreen kscreenlocker ksshaskpass ksysguard
|
kinfocenter kmenuedit kscreen kscreenlocker ksshaskpass ksysguard
|
||||||
kwallet-pam kwayland-integration kwin kwrited milou oxygen plasma-desktop
|
kwallet-pam kwayland-integration kwin kwrited milou oxygen plasma-browser-integration
|
||||||
plasma-integration plasma-nm plasma-pa plasma-vault plasma-workspace
|
plasma-desktop plasma-integration plasma-nm plasma-pa plasma-vault plasma-workspace
|
||||||
plasma-workspace-wallpapers polkit-kde-agent powerdevil sddm-kcm
|
plasma-workspace-wallpapers polkit-kde-agent powerdevil sddm-kcm
|
||||||
systemsettings user-manager xdg-desktop-portal-kde;
|
systemsettings user-manager xdg-desktop-portal-kde;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user