Use upstream nvidia reverse prime support

This commit is contained in:
2023-02-08 01:35:18 -05:00
parent fcbd877d06
commit 076bdb3ab4
6 changed files with 8 additions and 562 deletions

View File

@@ -6,7 +6,7 @@
# - add some handy shell commands
let
nix-locate = config.inputs.nix-locate.defaultPackage.${config.currentSystem};
nix-locate = config.inputs.nix-locate.packages.${config.currentSystem}.default;
in {
programs.command-not-found.enable = false;