mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-07 11:37:22 +08:00
add matlab
This commit is contained in:
parent
24305b3214
commit
791db5bb18
9 changed files with 60 additions and 14 deletions
|
|
@ -9,5 +9,6 @@
|
|||
# ./hellwm.nix
|
||||
# ./miracle-wm.nix
|
||||
./sway.nix
|
||||
./matlab.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
4
os/programs/matlab.nix
Normal file
4
os/programs/matlab.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.matlab ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue