First dnf test
This commit is contained in:
commit
d481a5e669
165 changed files with 41270 additions and 0 deletions
9
dnf/homes/student.nix
Normal file
9
dnf/homes/student.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Computer science student profile
|
||||
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
import ./advanced.nix { inherit pkgs lib config; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue