hosts/hyacinth: split into modules
This commit is contained in:
parent
4ddd7b1366
commit
3d26dce8d6
6 changed files with 43 additions and 21 deletions
7
modules/system/flatpak.nix
Normal file
7
modules/system/flatpak.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
services.flatpak.enable = true;
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue