nix-config/hosts/goober/features/default.nix

7 lines
92 B
Nix
Raw Normal View History

2024-10-20 16:21:47 +02:00
{config, ...}: {
imports = [
./software/default.nix
./hardware/default.nix
];
}