add opengl

This commit is contained in:
iofq 2023-04-27 02:50:29 -05:00
parent 1c91e99fcb
commit e1fe85f763
5 changed files with 25 additions and 21 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ nixos-hardware, config, pkgs, ... }:
{
imports =
[
@ -21,5 +21,7 @@
pulse.enable = true;
};
nixpkgs.config.allowUnfree = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
hardware.opengl.enable = true;
system.stateVersion = "22.11";
}

View file

@ -7,9 +7,12 @@
home = {
packages = with pkgs; [
neofetch
pulseaudio
pulsemixer
alsa-utils
discord
signal-desktop
pulseaudio
runelite
];
};
}