nixos-config/modules/home/floorp/floorp.nix
2024-04-06 14:02:42 +02:00

5 lines
63 B
Nix

{ pkgs, ... }:
{
home.packages = (with pkgs; [ floorp ]);
}