7 lines
74 B
Nix
7 lines
74 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
environment.systemPackages = [
|
||
|
pkgs.flatpak
|
||
|
];
|
||
|
}
|