Skip to content

Commit

Permalink
feat(yafti): Install packages as user
Browse files Browse the repository at this point in the history
This allows individual users to customize their package layout however
they'd like and adds an additional layer of sandboxing
  • Loading branch information
EyeCantCU committed Aug 1, 2023
1 parent b8178b6 commit 9d99b64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system_files/deck/usr/share/ublue-os/firstboot/yafti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ screens:
title: Application Installation
show_terminal: true
package_manager: yafti.plugin.flatpak
package_manager_defaults:
user: true
system: false
groups:
Web Browsers:
description: Additional browsers to complement Firefox
Expand Down
3 changes: 3 additions & 0 deletions system_files/desktop/usr/share/ublue-os/firstboot/yafti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ screens:
title: Application Installation
show_terminal: true
package_manager: yafti.plugin.flatpak
package_manager_defaults:
user: true
system: false
groups:
Web Browsers:
description: Additional browsers to complement Firefox
Expand Down

0 comments on commit 9d99b64

Please sign in to comment.