From 46018a9f21c8b3869a1dbbfebf9fbe0fb559d2a1 Mon Sep 17 00:00:00 2001 From: bangae1 Date: Tue, 2 Dec 2025 14:03:53 +0900 Subject: [PATCH] update --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index b05d25b..cd92eb4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -22,6 +22,7 @@ in { # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.kernelModules = [ "virtio_gpu" ]; networking.hostName = "nixos"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. @@ -96,6 +97,11 @@ in { eza fastfetch nfs-utils + mesa + mesa-demos + libglvnd + libGL + virglrenderer wlr-randr xwayland-satellite xdg-desktop-portal-gnome