dnf-test/dnf/homes/student.nix
2025-10-27 00:08:16 -02:00

9 lines
123 B
Nix

# Computer science student profile
{
pkgs,
lib,
config,
...
}:
import ./advanced.nix { inherit pkgs lib config; }