nix-config/hosts/goober/configuration.nix

6 lines
56 B
Nix
Raw Normal View History

2024-09-08 11:41:01 +02:00
{ config, ... }:
{
services.flatpak.enable = true;
}