add matlab

This commit is contained in:
EdenQwQ 2025-06-17 16:22:07 +08:00
parent 24305b3214
commit 791db5bb18
9 changed files with 60 additions and 14 deletions

View file

@ -9,5 +9,6 @@
# ./hellwm.nix
# ./miracle-wm.nix
./sway.nix
./matlab.nix
];
}

4
os/programs/matlab.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.matlab ];
}