Conversation
Minor bump to remove the Stylix warning, also removed the compat gtk4 module because Stylix now sets this value for me, making it redundant
Honestly, that was a lot simpler to "fix" then I realized. Thanks Nixpkgs for keeping it easy :) Fixes #76.
Some of these lovely defaults include using the up and down arrow keys to navigate the completion menu. I added the esc key as a way to get rid of the completion window so that I can move up and down lines normally. This is a pretty nice QOL.
This sets up the system with the necessary components to make virt-manager work. Unfortunately, there is a pretty severe bug with `dnsmasq` crashing if I am using StevenBlack's blocklist. I hope this bug is fixed soon, until then I will have to disable it. I did try other solutions before coming to this point, but unfortunately they did not work.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello there! A new staging cycle has been started up. The last cycle was 2026-05-06 -> 2026-06-03.
We've officially moved on to cycles lasting four weeks. I think this cadence is a lot calmer and I'm much more comfortable with it since NixOS pretty much never really breaks. Lovely OS honestly, I wish I had known about it sooner.
This time around a new virt-manager module was introduced. It hasn't seen a lot of use just yet, but the intention is that eventually it'll be used to hoist my VMs for when I do work stuff. I've been using VirtualBox on Windows recently, and my goodness the performance is just awful. QEMU/KVM is superior in almost every respect.
Breaking Changes
TODO
New Features
neovimUtils.makeNeovimConfig(6ef639f)Fixes
TODO