particle-os-modules/modules
fiftydinar ec020cd2ca
fix(default-flatpaks): Missing notification for system flatpaks (#87)
* fix:(default-flatpaks): Missing notification for system flatpaks

This approach, while more fragmented, it's cleaner, as there is a clearer separation of root & non-root operations done by flatpak-setup service. This should probably increase security too (but I'm not the expert to talk seriously about that). It also gets rid of some non-harming error for /var data, can't remember it fully.

While it may be confusing for users that they have to type:

`systemctl status --user system-flatpak-setup`

instead of previous:

`systemctl status system-flatpak-setup`

It is something worth sacrificing for the important user-experience fix.
2023-12-27 09:12:49 +00:00
..
bling fix: make laptop work without justfiles 2023-11-24 14:12:33 -05:00
default-flatpaks fix(default-flatpaks): Missing notification for system flatpaks (#87) 2023-12-27 09:12:49 +00:00
files fix: terminology (#60) 2023-10-06 09:53:48 +00:00
fonts fix: not specifying a nerd-font makes the module fail. (#63) 2023-10-13 15:18:15 +00:00
rpm-ostree docs: enhacements to module documentation (#54) 2023-10-01 08:41:01 -07:00
script docs: add extra indentation to the list in script README 2023-10-22 09:32:44 +00:00
systemd docs: enhacements to module documentation (#54) 2023-10-01 08:41:01 -07:00
yafti chore: force create firstboot symlink in yafti module (#82) 2023-12-21 05:59:33 +00:00
README.md feat: startingpoint modules (#33) 2023-09-10 14:29:26 +00:00

Modules for Startingpoint

Here (check the sidebar if you're on the website) is documentation for every default module for Startingpoint. Source code is inside the bling repository, which is intended for hosting more static and shared parts of custom images.

For more information about Startingpoint and modules, refer to the README inside the config/ directory.