Fix kde apps

This commit is contained in:
Alexander Bantyev 2020-06-21 19:23:14 +03:00
parent c171631192
commit 4718d7103e
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -9,7 +9,24 @@ with import ../../../support.nix { inherit lib config; }; {
pkgs.firefox pkgs.firefox
pkgs.systemd pkgs.systemd
pkgs.papirus-icon-theme 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; nixpkgs.config.firefox.enablePlasmaBrowserIntegration = true;
environment.sessionVariables = { environment.sessionVariables = {
DESKTOP_SESSION = "kde"; DESKTOP_SESSION = "kde";
@ -21,6 +38,7 @@ with import ../../../support.nix { inherit lib config; }; {
QT_AUTO_SCREEN_SCALE_FACTOR = "0"; QT_AUTO_SCREEN_SCALE_FACTOR = "0";
DE = "kde"; DE = "kde";
QT_QPA_PLATFORMTHEME = "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 { home-manager.users.balsoft.xdg.configFile."kdeglobals".text = genIni {
"Colors:Button" = { "Colors:Button" = {