dantefromhell
dantefromhell
Out of curiosity I've been testing @donovanglover config at https://github.com/donovanglover/nix-config/ and this one works. I'm not sure how to proceed with dissecting/ diffing the changes between the 2 configurations, any...
> make sure you have -device virtio-vga-gl and -display sdl,gl=on,show-cursor=off in your QEMU options, as well as WLR_NO_HARDWARE_CURSORS = "1" Yes I already copied that code (plus some of the...
I was able to extract a minimal flake that (hopefully) reproduces the problem https://gist.github.com/dantefromhell/899f0f85f828c9486f3d725dff1f49ec Gist also contains the log-file. It tries to run `hyprland-v0.28.0` on `nixos-23.05`. Bare metal it works,...
Turns out this was related to running weston in sddm under NixOS using this configuration: ``` services.xserver.displayManager = { sddm = { enable = true; enableHidpi = true; settings =...
> Also in MailSummary.php I think the following should be changed @luke-; Yes I was about to file an issue for this, thx for the catch > But my preferred...
Oops, I didnt realize there was a PR in my humhub fork when I deleted the repo. Not sure how this PR can be made actionable again, there's a bunch...
I prefer if the initial idea of this issue could be implemented, consistency of the UI feels important to me. The plugin solution using `@all` to send a notification to...
+1 another use-case for support to set the `ptr_record` via Terraform. Implementing this via a http `data` resource within terraform feels like a whacky workaround.
@dannyfast Thanks a ton for taking this on, exactly the feature I needed 👍🏽 Is this already functional of your branch?
@wentasah Thanks a ton. I'm wondering though, does this mechanism work with `nodeNixpkgs`? For cases where different versions of `nixpkgs` are used on different machines?