2024-05-18 11:27:09 +02:00

8 lines
80 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
unstable.dioxus-cli
];
}