mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
8 lines
113 B
Nix
8 lines
113 B
Nix
|
{ config, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
# Need some flatpaks
|
||
|
services.flatpak.enable = true;
|
||
|
xdg.portal.enable = true;
|
||
|
}
|