Skip to content

Commit 2ed84c7

Browse files
committed
add more flapaks
1 parent d2a13f2 commit 2ed84c7

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

recipes/common/common-modules.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ modules:
8686
- unrar
8787
- distrobox
8888
- poppler
89+
- gparted
8990

9091
# Dev
9192
- gcc

recipes/common/flatpak.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
# yaml-language-server: $schema=https://schema.blue-build.org/module-v1.json
3+
# Flatpaks
4+
type: default-flatpaks
5+
notify: true # Send notification after install/uninstall is finished (true/false)
6+
system:
7+
# If no repo information is specified, Flathub will be used by default
8+
# repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
9+
# repo-name: flathub
10+
# repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
11+
install:
12+
- com.github.tchx84.Flatseal
13+
- io.github.flattool.Warehouse
14+
- it.mijorus.gearlever
15+
- org.gnome.Evince
16+
- org.gnome.Calculator
17+
- io.mpv.Mpv
18+
- io.github.kukuruzka165.materialgram
19+
- com.google.Chrome
20+
- com.brave.Browser
21+
- io.github.zen_browser.zen
22+
# - org.mozilla.firefox
23+
# - org.gnome.Loupe
24+
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
25+
# Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08),
26+
27+
# only normal flatpak applications are (like Floorp Lightning web browser in this example).
28+
# Installing different branches of the same Flatpak is not supported.
29+
remove: []
30+
# - org.gnome.eog

recipes/recipe.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ image-version: 41
88

99
modules:
1010
- from-file: common/sddm-modules.yml
11+
- from-file: common/flatpak.yml
1112
- from-file: common/common-modules.yml
1213
- from-file: common/hyprland-modules.yml
1314
- from-file: common/final-modules.yml

0 commit comments

Comments
 (0)