plasma-manager added

This commit is contained in:
twoneis 2024-06-30 13:06:40 +02:00
parent bb8d36c094
commit 8e29b1b825
6 changed files with 95 additions and 42 deletions

View file

@ -1,17 +0,0 @@
{ pkgs, lib, config, ... }: lib.mkIf (config.withPlasma) {
services = {
desktopManager.plasma6 = {
enable = true;
};
};
environment = {
plasma6.excludePackages = with pkgs.kdePackages; [
plasma-browser-integration
konsole
oxygen
];
};
programs.dconf.enable = true;
}