Mihai Fufezan
Mihai Fufezan
I see you're only using hyprscrolling. That's hit or miss since it's in active development.
> Your README mentions `nix run github:fufexan/dotfiles#packageName` but then I get an error Yeah, that's a general format for the command that should be run with the packages in `pkgs/`....
It may be a remnant from the early days of uwsm support, as it was needed sometimes to properly finish setting up the session. If it's no longer needed, I'll...
Another possible approach would be to have a toggle `enableDefaultConfig` explaining what settings are being added, since it's something you either want or don't want. But I believe this would...
> Actually, now that you point this out, I wonder if it is possible to use `builtins.fetchGit` on a local path. That would potentially fix these issues, but since flakes...
@NotAShelf are you gonna test?
@NotAShelf have you had a chance to test this?
> @fufexan how are you building in a nix shell? after the cmake 0.30 requirement I can't use `make build` anymore so it became harder to contribute. If you're in...
Looking at CI, it seems Meson builds 2 minutes faster than CMake (and I haven't added mold to it yet) https://github.com/hyprwm/Hyprland/actions/runs/10927442884/job/30333607100 (main branch) https://github.com/hyprwm/Hyprland/actions/runs/10861533522/job/30143545391?pr=7784 (this PR)
Nor is my laptop for that matter, we need an isolated machine to run proper tests.