nix-config/home/programs/web/floorp.nix

12 lines
134 B
Nix
Raw Normal View History

2025-08-16 19:28:53 +02:00
{
pkgs,
config,
username,
...
}: {
programs.floorp = {
enable = true;
profiles.${username} = {};
};
}