Jafner.net/nix/nixos/flatpak.nix
Joey Hafner 7c56e94b4f
Some checks failed
SSH and echo to file / ssh (push) Failing after 4s
Update from joey@joey-laptop: Polish fzf-bw and create function bwf (bw fuzzyfind) to use it.
2024-09-21 14:12:08 -07:00

7 lines
95 B
Nix

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