mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-03 16:50:24 -04:00
4 lines
81 B
Nix
4 lines
81 B
Nix
# hosts/common/optional/flatpak.nix
|
|
{...}: {
|
|
services.flatpak.enable = true;
|
|
}
|