Files
nix-config/modules/home/desktop/plasma/options.nix
mjallen18 70002a19e2 hmm
2026-04-07 18:39:42 -05:00

8 lines
176 B
Nix
Executable File

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