6 lines
173 B
Nix
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";
|
|
};
|
|
}
|