sneeuwvlok/systems/x86_64-linux/orome/default.nix
2025-07-28 14:34:40 +02:00

18 lines
No EOL
202 B
Nix

{ ... }:
let
in
{
imports = [
./disks.nix
./hardware.nix
];
sneeuwvlok = {
hardware.has = {
bluetooth = true;
audio = true;
};
};
system.stateVersion = "23.11";
}