nixos-config/home/modules/hyprland/walker.nix

7 lines
75 B
Nix

{
programs.walker = {
enable = true;
runAsService = true;
};
}