1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-07-13 01:29:55 +02:00
parent f59e1af4bd
commit 1c7523b4c4
5 changed files with 101 additions and 134 deletions

View file

@ -12,7 +12,6 @@
./git.nix
./neovim.nix
./nix.nix
./opengl.nix
./readline.nix
./ssh.nix
./starship.nix

View file

@ -1,10 +0,0 @@
{pkgs, ...}: {
hardware.opengl = {
enable = true;
driSupport = true;
extraPackages = [
pkgs.libvdpau-va-gl
pkgs.vaapiVdpau
];
};
}