First attempts on using distrobox

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-04-08 21:55:18 +02:00
parent e474979699
commit 36585f4206
10 changed files with 139 additions and 62 deletions

View File

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

View File

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