mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
pkgs.plasma5.user-manager: init
This commit is contained in:
parent
e38284d332
commit
7d8f7da81e
@ -135,6 +135,7 @@ let
|
||||
powerdevil = callPackage ./powerdevil.nix {};
|
||||
sddm-kcm = callPackage ./sddm-kcm.nix {};
|
||||
systemsettings = callPackage ./systemsettings.nix {};
|
||||
user-manager = callPackage ./user-manager.nix {};
|
||||
xdg-desktop-portal-kde = callPackage ./xdg-desktop-portal-kde.nix {};
|
||||
};
|
||||
in
|
||||
|
13
pkgs/desktops/plasma-5/user-manager.nix
Normal file
13
pkgs/desktops/plasma-5/user-manager.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
mkDerivation, extra-cmake-modules, kdoctools, kcmutils, kconfig, khtml,
|
||||
ki18n, kiconthemes, kio, kwindowsystem, libpwquality
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "user-manager";
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
buildInputs = [
|
||||
kcmutils kconfig khtml ki18n kiconthemes kio kwindowsystem
|
||||
libpwquality
|
||||
];
|
||||
}
|
@ -19274,7 +19274,7 @@ with pkgs;
|
||||
kwallet-pam kwayland-integration kwin kwrited milou oxygen plasma-desktop
|
||||
plasma-integration plasma-nm plasma-pa plasma-vault plasma-workspace
|
||||
plasma-workspace-wallpapers polkit-kde-agent powerdevil sddm-kcm
|
||||
systemsettings xdg-desktop-portal-kde;
|
||||
systemsettings user-manager xdg-desktop-portal-kde;
|
||||
|
||||
### SCIENCE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user