File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ modules:
86
86
- unrar
87
87
- distrobox
88
88
- poppler
89
+ - gparted
89
90
90
91
# Dev
91
92
- gcc
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ image-version: 41
8
8
9
9
modules :
10
10
- from-file : common/sddm-modules.yml
11
+ - from-file : common/flatpak.yml
11
12
- from-file : common/common-modules.yml
12
13
- from-file : common/hyprland-modules.yml
13
14
- from-file : common/final-modules.yml
You can’t perform that action at this time.
0 commit comments