nix/modules/home/gui/modrinth.nix

9 lines
95 B
Nix
Raw Normal View History

2024-05-21 10:58:33 +02:00
{ input, pkgs, lib, ... }:
2024-03-09 17:18:36 +01:00
{
2024-05-21 10:58:33 +02:00
home.packages = with pkgs; [
unstable.modrinth-app
2024-03-09 17:18:36 +01:00
];
}