First dnf test

This commit is contained in:
Darkone 2025-10-27 00:08:16 -02:00
commit d481a5e669
165 changed files with 41270 additions and 0 deletions

9
dnf/homes/student.nix Normal file
View file

@ -0,0 +1,9 @@
# Computer science student profile
{
pkgs,
lib,
config,
...
}:
import ./advanced.nix { inherit pkgs lib config; }