nix-config/hosts/Puenktchen/default.nix

7 lines
86 B
Nix
Raw Normal View History

2024-05-15 13:05:50 +02:00
{ pkgs, ... }:
{
imports = [
./hardware-configuration.nix
2024-05-19 20:11:53 +02:00
./disko.nix
2024-05-15 13:05:50 +02:00
];
}