flocon/config/nixos/services/flatpak.nix

4 lines
41 B
Nix
Raw Normal View History

2024-12-05 15:58:37 +01:00
_: {
services.flatpak.enable = true;
}