Jafner.net/nix/home-manager/app/flatpak/flatpak.nix
Joey Hafner bcb50ace24
Some checks failed
SSH and echo to file / ssh (push) Failing after 3s
Update from joey@joey-laptop: Modularize home-manager
2024-09-17 13:56:38 -07:00

5 lines
94 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [ flatpak ];
services.flatpak.enable = true;
}