mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 13:46:11 +01:00
7 lines
100 B
Nix
7 lines
100 B
Nix
{
|
|
services.desktopManager = {
|
|
plasma6.enable = true;
|
|
enableQt5Integration = false;
|
|
};
|
|
}
|