add floorp
This commit is contained in:
parent
1cb5cb58dc
commit
e4f1647bad
1 changed files with 4 additions and 0 deletions
4
modules/home/floorp/default.nix
Normal file
4
modules/home/floorp/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = (with pkgs; [ floorp ]);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue