adding some packages for ngilab

master
Antoine Fauroux 2025-08-22 17:29:25 -04:00
parent 130037d1fc
commit 11a8ab0822
2 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,7 @@
{ pkgs, ...}: { { pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
embree embree
ranger
blender
]; ];
} }

View File

@ -0,0 +1,9 @@
{ ... }: {
users.groups."ngilab_shared" = {
members = [
"afauroux"
"ngilab"
"zhenyangsun"
];
};
}