devos/profiles/flatpak/default.nix
2021-08-08 00:34:39 +02:00

4 lines
57 B
Nix

{ pkgs, ... }:
{
services.flatpak.enable = true;
}