Add archive utils

This commit is contained in:
Nina Chloé Kassandra Reiß
2026-03-01 09:33:13 +01:00
parent 76a3e5371c
commit de12aa1313
3 changed files with 15 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
{ config, pkgs, lib, ... }:
let
profile = import ./profile.nix;
in
{
environment.systemPackages = with pkgs; [
openmodelica.combined
];
}