mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
6 lines
62 B
Nix
6 lines
62 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
services.flatpak.enable = true;
|
|
}
|