Skip to content

Commit

Permalink
add nvidia specific packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Zshoham committed Oct 12, 2024
1 parent 7bbfd58 commit 0f66e70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/nvidia.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
modules:
- type: rpm-ostree
repos:
- https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo
install:
- nvidia-container-toolkit
1 change: 1 addition & 0 deletions recipes/recipe-gnome-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ image-version: 40
modules:
- from-file: common.yml
- from-file: remove-gnome-bloat.yml
- from-file: nvidia.yml
- type: files
files:
- usr: /usr
Expand Down
1 change: 1 addition & 0 deletions recipes/recipe-hyprland-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ image-version: 40

modules:
- from-file: common.yml
- from-file: nvidia.yml
- from-file: minimal-desktop-env.yml
- from-file: sddm.yml
- from-file: hyprland.yml
Expand Down

0 comments on commit 0f66e70

Please sign in to comment.