initial commit
This commit is contained in:
13
modules/core/flatpak.nix
Normal file
13
modules/core/flatpak.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }: {
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
};
|
||||
services = {
|
||||
flatpak = {
|
||||
enable = true;
|
||||
packages = [ ];
|
||||
update.onActivation = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user