flake/common/flatpak.nix

6 lines
82 B
Nix

{ config, pkgs, ... }:
{
# Enable Flatpak
services.flatpak.enable = true;
}