jungle/common/main.nix

10 lines
88 B
Nix
Raw Normal View History

2023-04-18 18:27:08 +02:00
{ config, pkgs, ... }:
{
imports = [
2023-04-18 18:30:02 +02:00
./boot.nix
2023-04-18 18:31:35 +02:00
./fs.nix
2023-04-18 18:38:08 +02:00
./hw.nix
2023-04-18 18:27:08 +02:00
];
}