Loading nixos/modules/services/desktop-managers/plasma6.nix +2 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,7 @@ in kio-admin # managing files as admin kio-extras # stuff for MTP, AFC, etc kio-fuse # fuse interface for KIO knighttime # night mode switching daemon kpackage # provides kpackagetool tool kservice # provides kbuildsycoca6 tool kunifiedpush # provides a background service and a KCM Loading Loading @@ -266,6 +267,7 @@ in services.udisks2.enable = true; services.upower.enable = config.powerManagement.enable; services.libinput.enable = mkDefault true; services.geoclue2.enable = mkDefault true; # Extra UDEV rules used by Solid services.udev.packages = [ Loading pkgs/kde/frameworks/kio/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ mkKdeDerivation, qt5compat, qttools, kauth, acl, attr, }: Loading @@ -16,6 +17,7 @@ mkKdeDerivation { extraBuildInputs = [ qt5compat qttools kauth acl attr ]; Loading pkgs/kde/frameworks/kwallet/default.nix +2 −0 Original line number Diff line number Diff line { mkKdeDerivation, pkg-config, gpgme, libgcrypt, libsecret, kdoctools, Loading @@ -13,6 +14,7 @@ mkKdeDerivation { ]; extraBuildInputs = [ gpgme libgcrypt libsecret kdoctools Loading pkgs/kde/gear/kdenetwork-filesharing/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,9 +2,10 @@ lib, mkKdeDerivation, replaceVars, qtdeclarative, kauth, samba, shadow, qtdeclarative, }: mkKdeDerivation { pname = "kdenetwork-filesharing"; Loading @@ -19,7 +20,10 @@ mkKdeDerivation { ./samba-hint.patch ]; extraBuildInputs = [ qtdeclarative ]; extraBuildInputs = [ qtdeclarative kauth ]; # We can't actually install samba via PackageKit, so let's not confuse users any more than we have to extraCmakeFlags = [ "-DSAMBA_INSTALL=OFF" ]; Loading pkgs/kde/gear/kontrast/default.nix +0 −2 Original line number Diff line number Diff line { mkKdeDerivation, qtsvg, qcoro, }: mkKdeDerivation { pname = "kontrast"; extraBuildInputs = [ qtsvg qcoro ]; meta.mainProgram = "kontrast"; } Loading
nixos/modules/services/desktop-managers/plasma6.nix +2 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,7 @@ in kio-admin # managing files as admin kio-extras # stuff for MTP, AFC, etc kio-fuse # fuse interface for KIO knighttime # night mode switching daemon kpackage # provides kpackagetool tool kservice # provides kbuildsycoca6 tool kunifiedpush # provides a background service and a KCM Loading Loading @@ -266,6 +267,7 @@ in services.udisks2.enable = true; services.upower.enable = config.powerManagement.enable; services.libinput.enable = mkDefault true; services.geoclue2.enable = mkDefault true; # Extra UDEV rules used by Solid services.udev.packages = [ Loading
pkgs/kde/frameworks/kio/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ mkKdeDerivation, qt5compat, qttools, kauth, acl, attr, }: Loading @@ -16,6 +17,7 @@ mkKdeDerivation { extraBuildInputs = [ qt5compat qttools kauth acl attr ]; Loading
pkgs/kde/frameworks/kwallet/default.nix +2 −0 Original line number Diff line number Diff line { mkKdeDerivation, pkg-config, gpgme, libgcrypt, libsecret, kdoctools, Loading @@ -13,6 +14,7 @@ mkKdeDerivation { ]; extraBuildInputs = [ gpgme libgcrypt libsecret kdoctools Loading
pkgs/kde/gear/kdenetwork-filesharing/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,9 +2,10 @@ lib, mkKdeDerivation, replaceVars, qtdeclarative, kauth, samba, shadow, qtdeclarative, }: mkKdeDerivation { pname = "kdenetwork-filesharing"; Loading @@ -19,7 +20,10 @@ mkKdeDerivation { ./samba-hint.patch ]; extraBuildInputs = [ qtdeclarative ]; extraBuildInputs = [ qtdeclarative kauth ]; # We can't actually install samba via PackageKit, so let's not confuse users any more than we have to extraCmakeFlags = [ "-DSAMBA_INSTALL=OFF" ]; Loading
pkgs/kde/gear/kontrast/default.nix +0 −2 Original line number Diff line number Diff line { mkKdeDerivation, qtsvg, qcoro, }: mkKdeDerivation { pname = "kontrast"; extraBuildInputs = [ qtsvg qcoro ]; meta.mainProgram = "kontrast"; }