Files
nix-config/modules/home/desktop/plasma/options.nix
mjallen18 7fcbd0bb7c plasma
2026-03-25 18:23:08 -05:00

8 lines
176 B
Nix

{ lib, namespace, ... }:
with lib;
{
options.${namespace}.desktop.plasma = {
enable = mkEnableOption "KDE Plasma 6 home-manager configuration via plasma-manager";
};
}