nix-stuff/roles/desktop/services/flatpak.nix
2023-08-12 14:04:45 +02:00

5 lines
61 B
Nix

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