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

24 lines
311 B
Nix

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