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

27 lines
No EOL
344 B
Nix

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