mirror of
https://github.com/oddlama/nixos-extra-modules.git
synced 2025-10-10 13:50:39 +02:00
9 lines
121 B
Nix
9 lines
121 B
Nix
{
|
|
nixt,
|
|
pkgs,
|
|
...
|
|
}:
|
|
[
|
|
(import ./shift.nix { inherit pkgs nixt; })
|
|
(import ./net.nix { inherit pkgs nixt; })
|
|
]
|