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

20 lines
No EOL
229 B
Nix

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