sneeuwvlok/systems/x86_64-linux/tulkas/default.nix
2025-07-30 21:38:15 +02:00

24 lines
314 B
Nix

{ ... }:
{
imports = [
./disks.nix
./hardware.nix
];
sneeuwvlok = {
hardware.has = {
gpu.amd = true;
bluetooth = true;
audio = true;
};
boot = {
quiet = true;
animated = true;
};
desktop.use = "gamescope";
};
system.stateVersion = "23.11";
}