-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added packages for other laptop models + nvidia variants
- Loading branch information
Showing
11 changed files
with
187 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: cabos-asus-nvidia | ||
# description will be included in the image's metadata | ||
description: A hyper opinionated Fedora Silverblue spin aimed at creators | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/silverblue-asus-nvidia | ||
image-version: 39 # latest is also supported if you want new updates ASAP | ||
|
||
# module configuration, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: common_modules/signing.yml | ||
- from-file: common_modules/akmods.yml | ||
- from-file: common_modules/files.yml | ||
- from-file: common_modules/rpm-ostree.yml | ||
- from-file: common_modules/bling.yml | ||
- from-file: common_modules/fonts.yml | ||
- from-file: common_modules/yafti.yml | ||
- from-file: common_modules/default-flatpaks.yml | ||
- from-file: common_modules/systemd.yml | ||
- from-file: common_modules/scripts.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: cabos-asus | ||
# description will be included in the image's metadata | ||
description: A hyper opinionated Fedora Silverblue spin aimed at creators | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/silverblue-asus | ||
image-version: 39 # latest is also supported if you want new updates ASAP | ||
|
||
# module configuration, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: common_modules/signing.yml | ||
- from-file: common_modules/akmods.yml | ||
- from-file: common_modules/files.yml | ||
- from-file: common_modules/rpm-ostree.yml | ||
- from-file: common_modules/rpm-ostree-rm-nvtop.yml | ||
- from-file: common_modules/bling.yml | ||
- from-file: common_modules/fonts.yml | ||
- from-file: common_modules/yafti.yml | ||
- from-file: common_modules/default-flatpaks.yml | ||
- from-file: common_modules/systemd.yml | ||
- from-file: common_modules/scripts.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
type: rpm-ostree | ||
remove: | ||
- nvtop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: cabos-framework | ||
# description will be included in the image's metadata | ||
description: A hyper opinionated Fedora Silverblue spin aimed at creators | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/silverblue-framework | ||
image-version: 39 # latest is also supported if you want new updates ASAP | ||
|
||
# module configuration, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: common_modules/signing.yml | ||
- from-file: common_modules/akmods.yml | ||
- from-file: common_modules/files.yml | ||
- from-file: common_modules/rpm-ostree.yml | ||
- from-file: common_modules/rpm-ostree-rm-nvtop.yml | ||
- from-file: common_modules/bling.yml | ||
- from-file: common_modules/fonts.yml | ||
- from-file: common_modules/yafti.yml | ||
- from-file: common_modules/default-flatpaks.yml | ||
- from-file: common_modules/systemd.yml | ||
- from-file: common_modules/scripts.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: cabos-nvidia | ||
# description will be included in the image's metadata | ||
description: A hyper opinionated Fedora Silverblue spin aimed at creators | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/silverblue-nvidia | ||
image-version: 39 # latest is also supported if you want new updates ASAP | ||
|
||
# module configuration, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: common_modules/signing.yml | ||
- from-file: common_modules/akmods.yml | ||
- from-file: common_modules/files.yml | ||
- from-file: common_modules/rpm-ostree.yml | ||
- from-file: common_modules/bling.yml | ||
- from-file: common_modules/fonts.yml | ||
- from-file: common_modules/yafti.yml | ||
- from-file: common_modules/default-flatpaks.yml | ||
- from-file: common_modules/systemd.yml | ||
- from-file: common_modules/scripts.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: cabos-surface-nvidia | ||
# description will be included in the image's metadata | ||
description: A hyper opinionated Fedora Silverblue spin aimed at creators | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/silverblue-surface-nvidia | ||
image-version: 39 # latest is also supported if you want new updates ASAP | ||
|
||
# module configuration, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: common_modules/signing.yml | ||
- from-file: common_modules/akmods.yml | ||
- from-file: common_modules/files.yml | ||
- from-file: common_modules/rpm-ostree.yml | ||
- from-file: common_modules/bling.yml | ||
- from-file: common_modules/fonts.yml | ||
- from-file: common_modules/yafti.yml | ||
- from-file: common_modules/default-flatpaks.yml | ||
- from-file: common_modules/systemd.yml | ||
- from-file: common_modules/scripts.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: cabos-surface | ||
# description will be included in the image's metadata | ||
description: A hyper opinionated Fedora Silverblue spin aimed at creators | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/silverblue-surface | ||
image-version: 39 # latest is also supported if you want new updates ASAP | ||
|
||
# module configuration, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: common_modules/signing.yml | ||
- from-file: common_modules/akmods.yml | ||
- from-file: common_modules/files.yml | ||
- from-file: common_modules/rpm-ostree.yml | ||
- from-file: common_modules/rpm-ostree-rm-nvtop.yml | ||
- from-file: common_modules/bling.yml | ||
- from-file: common_modules/fonts.yml | ||
- from-file: common_modules/yafti.yml | ||
- from-file: common_modules/default-flatpaks.yml | ||
- from-file: common_modules/systemd.yml | ||
- from-file: common_modules/scripts.yml |