Added dioxus
This commit is contained in:
7
modules/home/programs/develop.nix
Normal file
7
modules/home/programs/develop.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
unstable.dioxus-cli
|
||||
];
|
||||
}
|
5
modules/system/desktop/noisetorch.nix
Normal file
5
modules/system/desktop/noisetorch.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.noisetorch.enable = true;
|
||||
}
|
Reference in New Issue
Block a user