nix-config-v2/modules/machine/sephiroth/default.nix

7 lines
69 B
Nix
Raw Normal View History

2024-12-12 19:41:58 -06:00
{...}: {
imports = [
./apps.nix
./configuration.nix
];
}