7 lines
97 B
Nix
7 lines
97 B
Nix
{ pkgs, ...}: {
|
|
services.flatpak = {
|
|
enable = true;
|
|
update.onActivation = true;
|
|
};
|
|
}
|