Plasma6 config
This commit is contained in:
parent
358c667037
commit
21f8ce9601
5 changed files with 16 additions and 3 deletions
13
modules/nixos/plasma6.nix
Normal file
13
modules/nixos/plasma6.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
elisa
|
||||
konsole
|
||||
kate
|
||||
spectacle
|
||||
];
|
||||
|
||||
services.desktopManager.plasma6 = {
|
||||
enable = true;
|
||||
enableQt5Integration = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue