4 lines
67 B
Nix
4 lines
67 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
services.flatpak.enableModule = true;
|
|
}
|