omniflake/system/plasma.nix
2025-12-13 17:10:06 +01:00

5 lines
77 B
Nix

{ config, pkgs, ... }:
{
services.desktopManager.plasma6.enable = true;
}