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