Files
nixos/profiles/shared/default.nix
T

8 lines
43 B
Nix
Raw Normal View History

2022-09-06 11:41:09 -05:00
{ ... }:
{
imports = [
./nix.nix
];
}