summaryrefslogtreecommitdiff
path: root/modules/plasma.nix
blob: c8b87f2809cf4db231f959db10cab2aec381c82e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ pkgs, ... }:

{
  services.desktopManager.plasma6.enable = true;
  environment.plasma6.excludePackages = with pkgs.kdePackages; [
    plasma-browser-integration
    elisa
    ark
    gwenview
    okular
    kate
    khelpcenter
    dolphin
    dolphin-plugins
    baloo-widgets
    krdp
  ];

  # services.power-profiles-daemon.enable = false;
}