nixconf/home-manager/flatpak.nix

4 lines
67 B
Nix

{ config, pkgs, ... }:
{
services.flatpak.enableModule = true;
}