reduce Home-Manager configuration size when no GUI is requested #556

Merged
jalil merged 3 commits from push-luzuyxqwqolo into main 2025-07-01 19:56:22 +02:00
Showing only changes of commit 54b6d5c5b2 - Show all commits

View file

@ -4,8 +4,11 @@ _: {
{
devShells.default = pkgs.mkShellNoCC {
buildInputs = [
pkgs.just
self'.packages.nvim
pkgs.just
pkgs.nix-diff
pkgs.nvd
pkgs.uv
];
QEMU_OPTS_WL = "-enable-kvm -nodefaults -m 4G -cpu host -smp 4 -device virtio-gpu";