Added dioxus

This commit is contained in:
2024-05-18 11:27:09 +02:00
parent 66b56b5b4e
commit d6b29cc63c
4 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
unstable.dioxus-cli
];
}

View File

@@ -0,0 +1,5 @@
{ ... }:
{
programs.noisetorch.enable = true;
}