Files
nixos/hosts/freun-dev/default.nix
2024-07-02 10:56:58 +03:00

8 lines
108 B
Nix

{ ... }: {
imports = [
./configuration.nix
./hardware-configuration.nix
./services.nix
];
}