Initial commit.
This commit is contained in:
commit
67823cbed6
51 changed files with 1714 additions and 0 deletions
7
roles/flatpak.nix
Normal file
7
roles/flatpak.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
services.flatpak.enable = true;
|
||||
xdg.portal.enable = true;
|
||||
environment.profileRelativeSessionVariables.PATH = [
|
||||
"$HOME/.local/share/flatpak/exports/bin"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue