update: fixed issues and update flake inputs
This commit is contained in:
parent
4b6183f0ec
commit
b3c5ad2880
80 changed files with 3307 additions and 2059 deletions
|
|
@ -23,6 +23,12 @@ in
|
|||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting # Disable greeting
|
||||
|
||||
# ==== Prevent Running Everything on GPU ==== #
|
||||
set -e __NV_PRIME_RENDER_OFFLOAD
|
||||
set -e __NV_PRIME_RENDER_OFFLOAD_PROVIDER
|
||||
set -e __GLX_VENDOR_LIBRARY_NAME
|
||||
set -e __VK_LAYER_NV_optimus
|
||||
'';
|
||||
plugins = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue