another one

This commit is contained in:
martyTF 2026-04-02 18:01:28 +02:00
parent 90513a119c
commit 6225bb0f27
22 changed files with 225 additions and 292 deletions

View file

@ -13,7 +13,7 @@
rofi.enable = lib.mkEnableOption "enable rofi";
launcher = lib.mkOption {
default = (lib.mkIf config.desktop.shell.walker.enable "walker");
description = "default launcher"
description = "default launcher";
};
};
};