mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
5 lines
56 B
Nix
5 lines
56 B
Nix
{ config, ... }:
|
|
{
|
|
services.flatpak.enable = true;
|
|
|
|
}
|