update
This commit is contained in:
parent
f59e1af4bd
commit
1c7523b4c4
5 changed files with 101 additions and 134 deletions
|
@ -12,7 +12,6 @@
|
|||
./git.nix
|
||||
./neovim.nix
|
||||
./nix.nix
|
||||
./opengl.nix
|
||||
./readline.nix
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
extraPackages = [
|
||||
pkgs.libvdpau-va-gl
|
||||
pkgs.vaapiVdpau
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue