Skip to content

Commit

Permalink
- Added appindicators gnome extension
Browse files Browse the repository at this point in the history
- Added nvidia specific files to test file creation
  • Loading branch information
Francisco Torres Pérez committed Apr 29, 2024
1 parent 5a98110 commit 511205c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/files/usr/bin/prime-run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
__NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only __GLX_VENDOR_LIBRARY_NAME=nvidia "$@"
3 changes: 3 additions & 0 deletions config/files/usr/etc/modprobe.d/nvidia_power.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Enable DynamicPwerManagement
# http://download.nvidia.com/XFree86/Linux-x86_64/440.31/README/dynamicpowermanagement.html
options nvidia NVreg_DynamicPowerManagement=0x02
1 change: 1 addition & 0 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ modules:
# - starship
- simple-scan
- powerline-go
- gnome-shell-extension-appindicator
remove:
# example: removing firefox (in favor of the flatpak)
# "firefox" is the main package, "firefox-langpacks" is a dependency
Expand Down

0 comments on commit 511205c

Please sign in to comment.