nix: add kde module
This commit is contained in:
parent
46199d21e5
commit
14709bb294
1 changed files with 29 additions and 0 deletions
29
modules/linux/kde.nix
Normal file
29
modules/linux/kde.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
|
||||||
|
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||||
|
plasma-browser-integration
|
||||||
|
konsole
|
||||||
|
(lib.getBin qttools) # Expose qdbus in PATH
|
||||||
|
ark
|
||||||
|
elisa
|
||||||
|
gwenview
|
||||||
|
okular
|
||||||
|
kate
|
||||||
|
khelpcenter
|
||||||
|
#dolphin
|
||||||
|
baloo-widgets # baloo information in Dolphin
|
||||||
|
dolphin-plugins
|
||||||
|
spectacle
|
||||||
|
ffmpegthumbs
|
||||||
|
krdp
|
||||||
|
gwenview
|
||||||
|
#xwaylandvideobridge
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue