mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
8 lines
99 B
Nix
8 lines
99 B
Nix
{ ... }:
|
|
|
|
{
|
|
# Need some flatpaks
|
|
services.flatpak.enable = true;
|
|
xdg.portal.enable = true;
|
|
}
|