config.nix/modules/window_manager/launcher.nix
2025-12-18 11:07:40 +01:00

13 lines
115 B
Nix

{
config,
pkgs,
inputs,
...
}:
{
programs.walker = {
enable = true;
runAsService = true;
};
}