Plasma6 config

This commit is contained in:
Filippo Berto 2025-07-24 13:02:24 +02:00
parent 358c667037
commit 21f8ce9601
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
5 changed files with 16 additions and 3 deletions

13
modules/nixos/plasma6.nix Normal file
View file

@ -0,0 +1,13 @@
{ pkgs, ... }: {
environment.plasma6.excludePackages = with pkgs.kdePackages; [
elisa
konsole
kate
spectacle
];
services.desktopManager.plasma6 = {
enable = true;
enableQt5Integration = true;
};
}