devos/profiles/flatpak/default.nix
2021-08-31 23:21:03 +02:00

4 lines
53 B
Nix

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