machines/nix/modules/home/desktop/default.nix
2025-07-08 23:43:17 +02:00

6 lines
173 B
Nix

{ lib, ... }:
{
options.khscodes.desktop = {
enable = lib.mkEnableOption "Generic setting other modules can use to enable/disable stuff when used on desktops";
};
}