plasma-manager added
This commit is contained in:
parent
bb8d36c094
commit
8e29b1b825
6 changed files with 95 additions and 42 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue