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

14 lines
124 B
Nix
Raw Normal View History

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