add floorp

This commit is contained in:
Frost-Phoenix 2024-02-01 12:52:55 +01:00
parent 1cb5cb58dc
commit e4f1647bad

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = (with pkgs; [ floorp ]);
}