1

Modules/Niri: Disable dsearch

This commit is contained in:
2026-02-23 13:48:30 +01:00
parent 4e9003e0c5
commit a1f495f138

View File

@ -62,7 +62,7 @@ in {
# TODO: Those should be modules with their own options
noctalia-shell = import ./noctalia.nix {inherit color;};
dank-material-shell = import ./dankMaterialShell.nix {inherit config color;};
dsearch.enable = true;
dsearch.enable = false;
# TODO: Extract options
niri = {