sneeuwvlok/systems/x86_64-linux/orome/default.nix

24 lines
300 B
Nix

{ ... }:
{
imports = [
./disks.nix
./hardware.nix
];
sneeuwvlok = {
hardware.has = {
bluetooth = true;
audio = true;
};
application = {
steam.enable = true;
};
editor = {
nano.enable = true;
};
};
system.stateVersion = "23.11";
}