Files
nixverse/nodes/hosts/common/services/nix-flatpak.nix

7 lines
92 B
Nix

{ ... }: {
services.flatpak = {
enable = true;
update.onActivation = true;
};
}