9 lines
264 B
Nix
9 lines
264 B
Nix
{ ... }:
|
|
{
|
|
# Enable KDE Plasma 6
|
|
services.desktopManager.plasma6.enable = true;
|
|
programs.dconf.enable = true;
|
|
programs.partition-manager.enable = true;
|
|
# Fix some programs not using the portal properly
|
|
xdg.portal.xdgOpenUsePortal = true;
|
|
}
|