nix-config-v2/modules/machine/sephiroth/default.nix
2024-12-12 20:41:58 -05:00

7 lines
69 B
Nix

{...}: {
imports = [
./apps.nix
./configuration.nix
];
}