infrastructure/hosts/neodymium/system/default.nix

17 lines
188 B
Nix
Raw Normal View History

{ ... }: {
imports = [
./age
./audio
./boot
./borgbackup
./docker
./fonts
./greetd
./hardware
./i18n
./networking
./nix
./security
];
}