Files
nixos/modules/common/default.nix
T

5 lines
44 B
Nix
Raw Normal View History

{
imports = [
./user-config.nix
];
}