nixos/modules/system/default.nix

9 lines
88 B
Nix
Raw Normal View History

2024-05-27 22:40:30 +02:00
{ config, pkgs, ... }:
2024-05-25 01:32:48 +02:00
{
imports = [
2024-05-27 22:40:30 +02:00
./desktop
./hardware
./server
2024-05-25 01:32:48 +02:00
];
}