plasma-nano: Init at 5.23.3
This commit is contained in:
parent
3ed0e42e0f
commit
6a9d303489
3 changed files with 15 additions and 0 deletions
|
@ -138,6 +138,7 @@ let
|
|||
plasma-desktop = callPackage ./plasma-desktop {};
|
||||
plasma-disks = callPackage ./plasma-disks.nix {};
|
||||
plasma-integration = callPackage ./plasma-integration {};
|
||||
plasma-nano = callPackage ./plasma-nano {};
|
||||
plasma-nm = callPackage ./plasma-nm {};
|
||||
plasma-pa = callPackage ./plasma-pa.nix { inherit gconf; };
|
||||
plasma-sdk = callPackage ./plasma-sdk.nix {};
|
||||
|
|
13
pkgs/desktops/plasma-5/plasma-nano/default.nix
Normal file
13
pkgs/desktops/plasma-5/plasma-nano/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
mkDerivation,
|
||||
extra-cmake-modules,
|
||||
plasma-framework
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "plasma-nano";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
plasma-framework
|
||||
];
|
||||
}
|
|
@ -1215,6 +1215,7 @@ mapAliases ({
|
|||
sddm-kcm systemsettings
|
||||
xdg-desktop-portal-kde
|
||||
plasma-phone-components
|
||||
plasma-nano
|
||||
;
|
||||
inherit (plasma5Packages.thirdParty)
|
||||
plasma-applet-caffeine-plus
|
||||
|
|
Loading…
Reference in a new issue