From 4718d7103e6b0823a8f9246f935bd36681a6a620 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Sun, 21 Jun 2020 19:23:14 +0300 Subject: [PATCH] Fix kde apps --- modules/workspace/kde/default.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/modules/workspace/kde/default.nix b/modules/workspace/kde/default.nix index d30c9c2..364c02a 100644 --- a/modules/workspace/kde/default.nix +++ b/modules/workspace/kde/default.nix @@ -9,7 +9,24 @@ with import ../../../support.nix { inherit lib config; }; { pkgs.firefox pkgs.systemd pkgs.papirus-icon-theme + pkgs.kdeApplications.kdegraphics-thumbnailers + pkgs.kdeFrameworks.baloo + pkgs.kdeFrameworks.kio + pkgs.kdeApplications.kio-extras + pkgs.kdeApplications.dolphin-plugins ]; + environment.systemPackages = [ + pkgs.kdeFrameworks.baloo + pkgs.kdeFrameworks.kio + pkgs.kdeApplications.kio-extras + pkgs.kdeApplications.kdegraphics-thumbnailers + pkgs.kdeApplications.dolphin-plugins + ]; + services.udev.packages = [ + pkgs.libmtp + pkgs.media-player-info + ]; + nixpkgs.config.firefox.enablePlasmaBrowserIntegration = true; environment.sessionVariables = { DESKTOP_SESSION = "kde"; @@ -21,6 +38,7 @@ with import ../../../support.nix { inherit lib config; }; { QT_AUTO_SCREEN_SCALE_FACTOR = "0"; DE = "kde"; QT_QPA_PLATFORMTHEME = "kde"; + KDEDIRS = "/run/current-system/sw:/run/current-system/sw/share/kservices5:/run/current-system/sw/share/kservicetypes5:/run/current-system/sw/share/kxmlgui5"; }; home-manager.users.balsoft.xdg.configFile."kdeglobals".text = genIni { "Colors:Button" = {