School: remove most of the role

This commit is contained in:
Toast 2024-05-18 01:31:40 +02:00
parent 19985c86da
commit 28a3bf2509
11 changed files with 0 additions and 196 deletions

View file

@ -1,13 +0,0 @@
{pkgs, ...}: {
imports = [
./virtualbox.nix
./jetbrains.nix
./vscode.nix
./helix.nix
./unity.nix
];
environment.systemPackages = with pkgs; [
dia
];
}